mark2web/website/templates/base_blog_details.html
Sebastian Frank e943271561
All checks were successful
continuous-integration/drone/push Build is passing
render paths via fnRender correct
2019-02-28 14:14:31 +01:00

10 lines
195 B
HTML

{% extends 'base.html' %}
{% block part0 %}
<h1>{{ Data.title }}</h1>
{{ Data.teaser|markdown }}
{% endblock part0 %}
{% block part1 %}
{{ Data.body|markdown }}
{% endblock part1 %}