mirror of
https://github.com/perstarkse/minne.git
synced 2026-01-18 15:56:55 +01:00
5 lines
142 B
HTML
5 lines
142 B
HTML
{% extends 'body_base.html' %}
|
|
{% block main %}
|
|
<main class="container justify-center flex-grow flex mx-auto mt-4 p-5">
|
|
</main>
|
|
{% endblock %} |