{% extends "base.html" %} {% block content %}

{{ t('faq') }}

{{ t('faq_intro') }}

{% for question_key, answer_key in faq_items %}
{{ t(question_key) }}

{{ t(answer_key) }}

{% endfor %}
{{ t('tour_restart') }}
{% endblock %}