mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-19 16:21:30 +01:00
feat: privacy page and misc templates
This commit is contained in:
5
page_base.html
Normal file
5
page_base.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user