From 65405f3352b96376a741f900493685097fd73465 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 21 Feb 2021 14:47:31 +0100 Subject: [PATCH] Whitespace. --- templates/homepage.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/homepage.html b/templates/homepage.html index 0909236..ebccd96 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -7,15 +7,15 @@ {% for blk in this.section.blocks %} -
- {% if blk.title %} -
-
-

{{ blk.title }}


-
+
+ {% if blk.title %} +
+
+

{{ blk.title }}


- {% endif %} - {{ blk }} -
+
+ {% endif %} + {{ blk }} +
{% endfor %} {% endblock %}