From a3cbede680f9623c7ab4071df9abf143dec64065 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Wed, 1 Feb 2017 20:22:25 +0100 Subject: Refactor layout based on bootstrap 4 grid --- budget/templates/layout.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'budget/templates/layout.html') diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 7b44638..e9adb30 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -73,25 +73,26 @@ -{% block header %}{% endblock %} -{% block body %} + +
+{% block body %} {% block sidebar %}{% endblock %} -
+
{% block content %}{% endblock %} -
+
{% endblock %} {% for message in get_flashed_messages() %} -

{{ message }}

+
{{ message }}
{% endfor %} {% block footer %} - + {% endblock %} -- cgit v1.1