Files
cjsatnarine.space/templates/blog-page.html
2025-03-31 19:30:00 -04:00

11 lines
250 B
HTML

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