Files
cjsatnarine.space/blog/templates/index.html
CJSatnarine 0b2ac07bbb i forgor
2025-03-17 17:32:23 -04:00

11 lines
173 B
HTML

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