svg
This commit is contained in:
@ -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;">
|
||||
|
Reference in New Issue
Block a user