{{ t.site.shortName }} Logo {{ t.site.shortName }}
    {% for item in t.navigation %} {% if item.children %}
    • {% for child in item.children %}
    • {{ child.text }}
    • {% endfor %}
  • {% else %}
  • {{ item.text }}
  • {% endif %} {% endfor %}
{% if locale == 'en' %} {{ t.ui.lang_switch_label }} {% else %} {{ t.ui.lang_switch_label }} {% endif %}