pcs-website-test/lektor/lektordata/project/templates/termine_page.html

8 lines
200 B
HTML

{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<h2>{{ this.title }}</h2>
<div class="inner_page termine">
{{ this.body }}
</div>
{% endblock %}