zola/test_site_i18n/templates/index.html

9 lines
231 B
HTML
Raw Normal View History

2018-12-28 11:15:17 +00:00
{% for page in section.pages %}
{{page.title}}
{% endfor %}
2018-12-28 12:24:49 +00:00
Language: {{lang}}
{% for t in section.translations %}
Translated in {{t.lang|default(value=config.default_language)}}: {{t.title}} {{t.permalink|safe}}
{% endfor %}