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

7 lines
194 B
HTML

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