From 549d0ec3c6799eb31517b093faa7c85752ba7d8c Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 4 Aug 2017 13:19:31 +0200 Subject: Add test for include blocks (see #25) --- testing/templates/include.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing/templates/include.html (limited to 'testing/templates/include.html') diff --git a/testing/templates/include.html b/testing/templates/include.html new file mode 100644 index 0000000..cdafbad --- /dev/null +++ b/testing/templates/include.html @@ -0,0 +1,3 @@ +{% for s in strs -%} + {% include "included.html" %} +{%- endfor %} -- cgit