Admin panels
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
{% endif %}
|
||||
</nav>
|
||||
</header>
|
||||
{% block main %}
|
||||
<main>
|
||||
{% for label, messages in app.flashes %}
|
||||
{% for message in messages %}
|
||||
@@ -33,6 +34,7 @@
|
||||
{% endfor %}
|
||||
{% block body %}{% endblock %}
|
||||
</main>
|
||||
{% endblock %}
|
||||
<footer>
|
||||
<small>© {{ "now"|date("Y") }} {{ 'site.name'|trans }}</small>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user