Sinnes-tau.de Homepage
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
573 B

{% extends "st_base.html" %}
{% load static %}
{% load st_extratags %}
{% block javascript %}
{% endblock %}
{% block style %}
{% endblock %}
{% block content %}
<!-- Container (About Section) -->
<div class="w3-content w3-container w3-padding-64">
<h3 class="w3-center">{{termin.titel}}</h3>
<h4 class="w3-center">{{termin.date|deutschesdatum}}</h4>
<p class="w3-center"> {{termin.text|safe}}</p>
<p class="w3-center"> <img src="{% static termin.bild %}" style="width:100%" alt="Termin {{termin.titel}}">
{{termin.text|safe}}</p>
</div>
{% endblock %}