{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Contact" %} - {{ block.super }}{% endblock %} {% block content %}

{% trans "Contact me by e-mail" %}

{% trans "Your e-mail was sent. I will read it as soon as I receive it." %}

{% url 'home' as home_url %}

{% blocktrans %}You can now go back to the home page.{% endblocktrans %}

{% endblock %}