refactor: extendable templates

refactor: simplification

refactor: simplification
This commit is contained in:
Per Stark
2026-01-13 15:57:12 +01:00
parent 037057d108
commit 354dc727c1
32 changed files with 711 additions and 579 deletions

View File

@@ -1,9 +1,7 @@
{% extends "head_base.html" %}
{% extends "auth/_layout.html" %}
{% block title %}Minne - Sign in{% endblock %}
{% block body %}
<div class="min-h-[100dvh] flex">
{% block auth_content %}
{% include "auth/signin_form.html" %}
</div>
{% endblock %}
{% endblock %}