mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-18 23:44:18 +01:00
11 lines
231 B
HTML
11 lines
231 B
HTML
{% 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 %}
|