shit's finally working

This commit is contained in:
CJSatnarine
2025-03-21 17:11:15 -04:00
parent 0bd5fb2462
commit bd3eb288d6
10 changed files with 66 additions and 9 deletions

View File

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