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