Files
blog/templates/blog_page.html
2025-08-06 00:01:31 -04:00

10 lines
206 B
HTML

{% extends "base.html" %}
{% block content %}
<!-- <h1 class="title">
{{ page.title }}
</h1> -->
<p class="subtitle"><strong>{{ page.date }}</strong></p>
{{ page.content | safe }}
{% endblock content %}