mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-05 00:47:04 +02:00
6 lines
143 B
HTML
6 lines
143 B
HTML
{% extends "head_base.html" %}
|
|
{% block body %}
|
|
<div class="min-h-[100dvh] flex">
|
|
{% include "auth/signin_form.html" %}
|
|
</div>
|
|
{% endblock %} |