{% extends "st_base.html" %} {% load static %} {% load st_extratags %} {% block javascript %} {% endblock %} {% block style %} {% endblock %} {% block content %}

{{message.titel}}

{{message.titel}}!

{{message.text}}

{{message.error|safe }}

{% if form %} {% include "kontaktformular.html" %} {% endif %}
{% endblock %}