Files
2012-04-24 19:35:37 +02:00

11 lines
245 B
HTML

{% extends "base.html" %}
{% block title %}{{ super() }} — {{ page.url }}{% endblock title %}
{%- block content %}
<section class="content">
<h1>{{ page.title }}</h1>
{{ page.content }}
</section>
{% endblock content -%}