{% extends "base.html" %} {% block baslik %}- Iletisim - OnIzleme {% endblock %} {% block content %}
{% if not form.errors %}
{{ message|linebreaks }}
{% endif %} {% include "django_contactme/form.html" %}
{% endblock %}