mark2web/website/templates/base_blog_details.html
Sebastian Frank cb55dcd42b
Some checks failed
continuous-integration/drone/push Build is failing
cleaned spew output
2019-02-28 15:40:06 +01:00

16 lines
311 B
HTML

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