This commit is contained in:
2025-07-14 14:45:07 +02:00
parent b07cbc5bf4
commit 3625421efe
6 changed files with 105 additions and 143 deletions

View File

@ -72,6 +72,11 @@
</nav>
{% endif %}
<simplemain>
{% block simplebody %}
{% endblock %}
</simplemain>
<main>
{% if usesidebar is defined and usesidebar %}
{% if is_granted('ROLE_ADMIN') %}
@ -91,12 +96,12 @@
</div>
</sidebar>
{% endif %}
{% endif %}
{% endif %}
<content style="margin: 0px auto; {{ (maxwidth is defined ? "max-width:"~maxwidth~"px;":"") }}">
{% block body %}
{% endblock %}
</content>
<content style="margin: 0px auto; {{ (maxwidth is defined ? "max-width:"~maxwidth~"px;":"") }}">
{% block body %}
{% endblock %}
</content>
</main>
<div class="toast-container position-fixed top-0 end-0 p-3" style="z-index: 9999;">