1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-08 05:27:44 +00:00
kawari/resources/templates/login_base.html

9 lines
208 B
HTML

{% extends "layout.html" %}
{% block body %}
<main>
<section class="py-5 text-center container" style="max-width:300px">
{% block loginbody %}{% endblock %}
</section>
</main>
{% endblock %}