aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates
diff options
context:
space:
mode:
authorLibravatar Lars Erik Rosengren <larserik.rosengren@gmail.com>2017-09-10 20:01:09 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-10 20:15:15 +0200
commit4e919e47539b5fa346f1cac323ab250558b834bc (patch)
tree6adf1b6ae70552892caf708642279f872fd57e0c /testing/templates
parent08bf32b7577b6d2d9638e14980eca286b735c7aa (diff)
downloadaskama-4e919e47539b5fa346f1cac323ab250558b834bc.tar.gz
askama-4e919e47539b5fa346f1cac323ab250558b834bc.tar.bz2
askama-4e919e47539b5fa346f1cac323ab250558b834bc.zip
Add support for tuple indexing in templates
Diffstat (limited to '')
-rw-r--r--testing/templates/tuple-attr.html1
1 files changed, 1 insertions, 0 deletions
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 }}