ungleich-staticcms/templates/page.html

7 lines
154 B
HTML
Raw Normal View History

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