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.

17 lines
424B

  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. <br><br>
  7. {% set translated_page = get_page(path = t.path) %}
  8. {{ translated_page.content | safe }}
  9. {% endfor %}
  10. {% for taxo_kind, items in page.taxonomies %}
  11. {% set taxo = get_taxonomy(kind=taxo_kind, lang=lang) %}
  12. {% endfor %}