Back to Zola

Section

test_site_i18n/templates/section.html

0.22.1226 B
Original Source

{% for page in section.pages %} {{page.title}} {% endfor %} Language: {{lang}} {% for t in section.translations %} Translated in {{t.lang|default(value=config.default_language)}}: {{t.title}} {{t.permalink|safe}} {% endfor %}