aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/layout.twig
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/layout.twig')
-rw-r--r--tpl/layout.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/layout.twig b/tpl/layout.twig
index cbe965fd..9dc83efe 100644
--- a/tpl/layout.twig
+++ b/tpl/layout.twig
@@ -17,6 +17,7 @@
17 <div id="main"> 17 <div id="main">
18 {% block menu %}{% endblock %} 18 {% block menu %}{% endblock %}
19 {% block precontent %}{% endblock %} 19 {% block precontent %}{% endblock %}
20 {% block messages %}{% endblock %}
20 {% block content %}{% endblock %} 21 {% block content %}{% endblock %}
21 {% block js %}{% endblock %} 22 {% block js %}{% endblock %}
22 </div> 23 </div>