zola/test_site_i18n/templates/section.html

9 lines
231 B
HTML
Raw Normal View History

{% for page in section.pages %}
{{page.title}}
{% endfor %}
Language: {{lang}}
2019-01-04 19:31:31 +00:00
{% for t in section.translations %}
Translated in {{t.lang|default(value=config.default_language)}}: {{t.title}} {{t.permalink|safe}}
{% endfor %}