From fb11c175b27564a208148c0734200af0d981a0c8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 15 Aug 2017 07:46:57 +0200 Subject: Add test for let blocks --- testing/templates/let.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/let.html (limited to 'testing/templates') diff --git a/testing/templates/let.html b/testing/templates/let.html new file mode 100644 index 0000000..5b19255 --- /dev/null +++ b/testing/templates/let.html @@ -0,0 +1 @@ +{% let v = s %}{{ v }} -- cgit