From 660993b8ba287098e8c927a764f408753273b148 Mon Sep 17 00:00:00 2001 From: muli Date: Tue, 9 May 2023 16:23:57 +0200 Subject: [PATCH] chore: Whitespace --- templates/homepage.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/homepage.html b/templates/homepage.html index f7e36682..9f81d760 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -9,10 +9,8 @@ {%- endblock -%} {% block body %} - - {% for blk in this.section.blocks %} - {{ blk }} - {% endfor %} - + {% for blk in this.section.blocks %} + {{ blk }} + {% endfor %} {% endblock %}