Layout cleanup

This commit is contained in:
2018-08-31 19:08:52 +02:00
parent 9ba2735c8c
commit 813750a006

View File

@@ -59,7 +59,6 @@ html(lang="en")
| {% if not title %}{% set title="default" %}{% endif %}
body(class="{{ title }}")
.container-page
| {% with messages = get_flashed_messages(with_categories=True) %}
| {% if messages %}
| {% for (category, message) in messages %}
@@ -226,9 +225,9 @@ html(lang="en")
| {% block body %}{% endblock %}
| {% block footer_container %}
#footer-container
.footer-wrapper
| {% block footer_navigation %}
#footer-navigation
.footer-navigation
.container
.row
.col-md-4.col-xs-6
@@ -331,11 +330,9 @@ html(lang="en")
| Privacy
| {% endblock footer_navigation %}
| {% block footer %}
footer.container
#hop(title="Be awesome in space")
i.pi-angle-up
| {% endblock footer %}
| {% endblock footer_container %}
#notification-pop(data-url="", data-read-toggle="")