mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-08 05:27:44 +00:00
9 lines
208 B
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 %}
|