webseite/templates/page.html
2018-02-25 00:06:19 +01:00

6 lines
154 B
HTML

{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<h2>{{ this.title }}</h2>
{{ this.body }}
{% endblock %}