feat: privacy page and misc templates

This commit is contained in:
Per Stark
2025-01-16 09:14:30 +01:00
parent e58ead5cd7
commit 44ee9b6ce9
10 changed files with 134 additions and 63 deletions

5
page_base.html Normal file
View File

@@ -0,0 +1,5 @@
{% extends 'body_base.html' %}
{% block main %}
<main class="container justify-center flex-grow flex mx-auto mt-4 p-5">
</main>
{% endblock %}