From 8856695e48fd24202e98da42549940cada6a206c Mon Sep 17 00:00:00 2001 From: Goutte Date: Tue, 25 Apr 2017 08:25:05 +0200 Subject: [PATCH] Fix layout. --- web/view/layout.html.jinja2 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web/view/layout.html.jinja2 b/web/view/layout.html.jinja2 index db69108..5eb8332 100755 --- a/web/view/layout.html.jinja2 +++ b/web/view/layout.html.jinja2 @@ -56,12 +56,13 @@ {# #} {# #} -
+ +
+ +
{% block content %} -

Please override the "content" block in the page template.

+

Please override the "content" block in the page template.

{% endblock %} -
-