dawn/templates/page.html

10 lines
217 B
HTML
Raw Normal View History

2022-05-08 02:01:39 -04:00
{% 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 %}