micron-blog/theme/templates/translations.mu
2023-05-24 00:04:11 +03:00

8 lines
210 B
Text

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