lots of things

This commit is contained in:
CJSatnarine
2025-03-20 06:12:26 -04:00
parent 655c1a6b2b
commit b01504d142
6 changed files with 71 additions and 44 deletions

View File

@@ -1,10 +1,9 @@
{% extends "base.html" %}
{% block content %}
<h1 class="title">
{{ section.title }}
</h1>
<p>{{ section.content | safe }}</p>
<h1 class="title">
{{ section.title }}
</h1>
<p>{{ section.content | safe }}</p>
{% endblock content %}