mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-30 06:12:00 +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 %} |