micron-blog/theme/templates/translations.mu
2023-05-17 12:29:44 +03:00

8 lines
205 B
Text

{% macro translations_for(article) %}
{% if article.translations %}
{% for translation in article.translations %}
`[{{ translation.lang }}`:/{{ translation.url }}]
{% endfor %}
{% endif %}
{% endmacro %}