diff options
author | Lars Erik Rosengren <larserik.rosengren@gmail.com> | 2017-09-10 20:01:09 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-09-10 20:15:15 +0200 |
commit | 4e919e47539b5fa346f1cac323ab250558b834bc (patch) | |
tree | 6adf1b6ae70552892caf708642279f872fd57e0c /testing/templates | |
parent | 08bf32b7577b6d2d9638e14980eca286b735c7aa (diff) | |
download | askama-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.html | 1 |
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 }} |