diff options
author | Vitaly Takmazov | 2017-10-19 13:49:48 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-19 13:50:06 +0300 |
commit | 65685f27750a40d4de17f5072cc1097e7aaa7017 (patch) | |
tree | 61fe9cd9a788579252a327d40f2100d10d36d752 /juick-www/src/main/webapp/WEB-INF/layouts/content.html | |
parent | f53444c5122fca930904247fd8d4891d05989ea0 (diff) |
www: full width header/footer
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/layouts/content.html')
-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> |