From 4e919e47539b5fa346f1cac323ab250558b834bc Mon Sep 17 00:00:00 2001 From: Lars Erik Rosengren Date: Sun, 10 Sep 2017 20:01:09 +0200 Subject: Add support for tuple indexing in templates --- testing/templates/tuple-attr.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/tuple-attr.html (limited to 'testing/templates') diff --git a/testing/templates/tuple-attr.html b/testing/templates/tuple-attr.html new file mode 100644 index 0000000..4a7d781 --- /dev/null +++ b/testing/templates/tuple-attr.html @@ -0,0 +1 @@ +{{ tuple.0 }}{{ tuple.1 }} -- cgit