cleaned spew output
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sebastian Frank
2019-02-28 15:40:06 +01:00
parent 5acc4083aa
commit cb55dcd42b
6 changed files with 57 additions and 105 deletions

View File

@@ -1,10 +1,15 @@
{% extends 'base.html' %}
{% block part0 %}
<h1>{{ Data.title }}</h1>
<h1>
<small>{{ Data.details.date }}</small>
{{ Data.details.title }}
</h1>
{{ Data.details.teaser|markdown }}
{% endblock part0 %}
{% block part1 %}
{{ Body }}
{% endblock part1 %}
<a href="../" class="btn">&lt; zurück</a>
{% endblock part1 %}