From 1c7cd448e2a1f7bcbe21ddb7ee00a7960df76e83 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 1 Nov 2016 12:27:28 +0100 Subject: [PATCH] [mod] fix indentation --- .../themes/material/templates/sections/html.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/prosopopee/themes/material/templates/sections/html.html b/prosopopee/themes/material/templates/sections/html.html index 7fe7a51..88cbad1 100644 --- a/prosopopee/themes/material/templates/sections/html.html +++ b/prosopopee/themes/material/templates/sections/html.html @@ -1,11 +1,13 @@ {% if section.background or section.color %} -
+
{% endif %} +
-
- {{ section.html }} -
+
+ {{ section.html }} +
+ {% if section.background or section.color %} -
+
{% endif %}