blog.notmyidea.org/mnmlist/templates/page.html

9 lines
188 B
HTML

{% extends "base.html" %}
{% block title %}{{ page.title }} - {{ super() }}{% endblock %}
{% block content %}
<header>
</header>
<article>
{{ page.content }}
</article>
{% endblock %}