mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-23 17:28:34 +02:00
refactor: extendable templates
refactor: simplification refactor: simplification
This commit is contained in:
10
html-router/templates/auth/_layout.html
Normal file
10
html-router/templates/auth/_layout.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "head_base.html" %}
|
||||
|
||||
{% block title %}Minne - Auth{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="min-h-[100dvh] flex flex-col items-center justify-center">
|
||||
{% block auth_content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user