{% include 'head.html' %} {% include 'nav_index.html' %}

{{ _('Contact us') }}

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %} {% endfor %} {% endwith %}
{% include 'footer.html' %} {% include 'dark_light_mode_base.html' %}