kayomn.net/templates/page.html

11 lines
214 B
HTML

{% extends "base.html" %}
{% block content %}
<header class="banner">
<div>{{ page.title }}</div>
<div>{{ page.description }}</div>
</header>
<article>{{ page.content | safe }}</article>
{% endblock content %}