dawn/templates/page.html
2022-05-08 02:01:39 -04:00

10 lines
217 B
HTML

{% extends "index.html" %}
{% block content %}
<div class="post">
{{ post::header(page=page) }}
{{ post::content(page=page, summary=false) }}
{{ post::postview(page=page) }}
</div>
{% endblock content %}