From c023c35a1a4795ebe7e700823c880566007c4c76 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 2 Apr 2018 21:31:46 +0200 Subject: Fix whitespace handling for include blocks (fixes #69) --- testing/templates/include.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/templates') diff --git a/testing/templates/include.html b/testing/templates/include.html index cdafbad..561bcac 100644 --- a/testing/templates/include.html +++ b/testing/templates/include.html @@ -1,3 +1,3 @@ -{% for s in strs -%} +{% for s in strs %} {% include "included.html" %} {%- endfor %} -- cgit