{% extends "base.html" %} {% load i18n %} {% load static %} {% block extrahead %}{{ block.super }} {% endblock %} {% block title %}{% trans "Contact" %} - {{ block.super }}{% endblock %} {% block content %}
{% trans "You can send me an e-mail with the following form, except if you are trying to sell me something — no thanks." %}
{% endblock %}