mirror of
https://github.com/perstarkse/minne.git
synced 2026-02-21 23:57:41 +01:00
10 lines
264 B
HTML
10 lines
264 B
HTML
{% extends 'body_base.html' %}
|
|
{% block main %}
|
|
<main class="container justify-center flex-grow flex mx-auto mt-4">
|
|
<div class="flex flex-col space-y-4 text-center justify-center">
|
|
{% block error_content %}
|
|
{% endblock %}
|
|
</div>
|
|
</main>
|
|
{% endblock %}
|