{# This template should be overridden using a city-specific template as described in the /readme.md #} {% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Contact" context "Contact page title" %}{% endblock %} {% block content %}

{% trans "Contact" context "Contact page h1" %}

{% trans "E-Mail" context "Contact page" %}: {{ settings.TEMPLATE_META.contact_mail }}

{% endblock %}