{% set topics = site.get_root(alt=this.alt).children.filter(F._model == 'topic').filter(F._id != 'menu').order_by('key').all() %}
{{ _('Topics') }}
{% for item in topics %}
{{ item.title }}
{{ item.description }}
{% endfor %}
{% for topic in topics %}
{{ _('Topics') }}
{% if bag('alternatives', this.alt, 'direction') == 'text-right' %}«{% else %}»{% endif %}
{{ topic.title }}
{{ topic.title }}
{{ topic.body|safe }} {% if topic._id == "secure-connections" %} {% include 'secure-connections.html' %} {% endif %}
{% endfor %}