{{ _("Tor Browser Manual") }}
{% set topics = site.get_root(alt=this.alt).children.filter(F._model == 'topic').filter(F._id != 'menu').order_by('key').all() %}

{{ _('Topics') }}

{% for topic in topics %}

{{ topic.title }}

{{ topic.body|safe }} {% if topic._id == "secure-connections" %} {% include 'secure-connections.html' %} {% endif %}
{% endfor %}