monospace/templates/translations.html
2021-07-27 20:49:53 -04:00

7 lines
205 B
HTML

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