aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-04-02 21:31:46 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-04-02 21:31:46 +0200
commitc023c35a1a4795ebe7e700823c880566007c4c76 (patch)
tree52180eec30930494422a606ffd455dc9556735e8 /testing/templates
parent0bc388145046750760e6a722629cb78b1e656652 (diff)
downloadaskama-c023c35a1a4795ebe7e700823c880566007c4c76.tar.gz
askama-c023c35a1a4795ebe7e700823c880566007c4c76.tar.bz2
askama-c023c35a1a4795ebe7e700823c880566007c4c76.zip
Fix whitespace handling for include blocks (fixes #69)
Diffstat (limited to '')
-rw-r--r--testing/templates/include.html2
1 files changed, 1 insertions, 1 deletions
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 %}