{% extends "blog/base_blog.html" %} {% load honeypot i18n %} {% block title %}{% trans "Contact" %} | {{ block.super }}{% endblock %} {% block body_id %}contact{% endblock %} {% block content %}
{% trans "Get in touch." %}
{% trans "Woops, looks like you forgot some information." %}
{% trans "Your name" %} {{ form.name }}
{% trans "Your email" %} {{ form.email }}
{% trans "Your message" %} {{ form.body }}