theme/templates/translations.html

Wed, 20 Dec 2017 23:33:53 +0100

author
David Douard <david.douard@logilab.fr>
date
Wed, 20 Dec 2017 23:33:53 +0100
changeset 73
e80d307aa643
parent 36
9507107a1133
permissions
-rw-r--r--

[eip545b] new blog post on the EIP545B RF Counter

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

mercurial