Files
cjsatnarine.space/blog/templates/blog-page.html
2025-03-21 14:47:02 -04:00

11 lines
227 B
HTML

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