monospace/templates/translations.html
2019-03-06 17:01:54 -05:00

7 lines
205 B
HTML
Executable File

{% if article.translations %}
Translations:
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}