micron-blog/theme/templates/translations.mu

9 lines
210 B
Text
Raw Permalink Normal View History

2023-05-16 23:34:27 +03:00
{% macro translations_for(article) %}
{% if article.translations %}
{% for translation in article.translations %}
2023-05-24 00:04:11 +03:00
`[{{ translation.lang }}`:/page/{{ translation.url }}]
2023-05-16 23:34:27 +03:00
{% endfor %}
{% endif %}
{% endmacro %}