diff options
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index 4e8073ce..9ced2d76 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -45,6 +45,7 @@ </head> <body id="body" {% if visitor.uid > 0 %}data-hash="{{visitor.authHash}}"{% endif %}> {% include "views/partial/navigation" %} +<div id="wrapper"> <section id="content" style="{{ contentStyle | default('') }}" {% if msg | default('') is not empty %}data-mid="{{ msg.mid }}"{% endif %}> {% block content %} @@ -54,6 +55,7 @@ {% block column %} {% endblock %} </aside> +</div> {% include "views/partial/footer" %} </body> </html> |