{% extends "django_contactme/base.html" %} {% block content %}

Get in contact

Either write me an email at someone@example.com, or fill in the following form and click on the send button:

{% if form.message.value %}
Preview your message
{{ form.message.value|linebreaks }}
{% endif %}
{% include "django_contactme/form.html" %}
{% endblock %}