mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 10:48:37 +02:00
refactor: extendable templates
refactor: simplification refactor: simplification
This commit is contained in:
9
html-router/templates/errors/_layout.html
Normal file
9
html-router/templates/errors/_layout.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user