flask_eindproject/app/templates/components.html
2025-06-22 19:42:20 +02:00

5 lines
135 B
HTML

{% macro mainCenter() %}
<main class="w-full h-screen flex justify-center items-center">
{{ caller() }}
</main>
{% endmacro %}