diff options
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 | 20 |
1 files changed, 2 insertions, 18 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 f4ca0d84..4c283116 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -44,23 +44,7 @@ </script> </head> <body id="body" {% if visitor.uid > 0 %}data-hash="{{visitor.authHash}}"{% endif %}> -{% include "views/partial/navigation" %} -<div id="wrapper"> - {% if visitor.uid == 0 %} - <div class="page"> - <p>{{ i18n("messages","message.loginForSending", "/login") | raw }}.</p> - </div> - {% endif %} -<section id="content" - {% if msg | default('') is not empty %}data-mid="{{ msg.mid }}"{% endif %}> - {% block content %} - {% endblock %} -</section> -<aside id="column"> - {% block column %} - {% endblock %} -</aside> -</div> -{% include "views/partial/footer" %} +{% block body %} +{% endblock %} </body> </html> |