Files
cjsatnarine.space/blog/templates/index.html
2025-03-20 06:12:26 -04:00

10 lines
156 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
{{ section.title }}
</h1>
<p>{{ section.content | safe }}</p>
{% endblock content %}