From 504a5f41b3e33a45ed14598d2603277ad5b1a355 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 4 Feb 2017 10:59:35 +0100 Subject: Add basic support for loops --- testing/templates/for.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing/templates/for.html (limited to 'testing/templates/for.html') diff --git a/testing/templates/for.html b/testing/templates/for.html new file mode 100644 index 0000000..c38e6bb --- /dev/null +++ b/testing/templates/for.html @@ -0,0 +1,3 @@ +{% for s in strings %} + {{ s }} +{% endfor %} -- cgit