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

9 lines
222 B
HTML

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