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

{{termin.titel}}

{{termin.date|deutschesdatum}}

{{termin.text|safe}}

Termin {{termin.titel}} {{termin.text|safe}}

{% endblock %}