Files
cjsatnarine.space/blog/templates/blog-page.html
CJSatnarine 6f5a806d24 aughhhh
2025-03-15 23:14:24 -04:00

11 lines
200 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 %}