ParkerTenBroeck.github.io/templates/blog-page.html
2026-01-20 19:22:57 -05:00

14 lines
No EOL
203 B
HTML

{% extends "base.html" %}
{% import "macros/post.html" as post %}
{% block main %}
<div class="blog-page">
{{ post::page_title(page=page) }}
{{ page.content | safe }}
</div>
{% endblock main %}