You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
323B

  1. {{page.title}}
  2. {{page.content | safe}}
  3. Language: {{lang}}
  4. {% for t in page.translations %}
  5. Translated in {{t.lang|default(value=config.default_language)}}: {{t.title}} {{t.permalink|safe}}
  6. {% endfor %}
  7. {% for taxo_kind, items in page.taxonomies %}
  8. {% set taxo = get_taxonomy(kind=taxo_kind, lang=lang) %}
  9. {% endfor %}