Add the rest of missing pages

This commit is contained in:
2024-01-10 01:03:25 +01:00
parent e49f2fa39e
commit 1c2de317ef
9 changed files with 27 additions and 1 deletions

5
templates/section.html Normal file
View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
{{ section.content | safe }}
{% endblock %}