aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/let.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/let.html')
-rw-r--r--testing/templates/let.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/let.html b/testing/templates/let.html
index 5b19255..034e8d4 100644
--- a/testing/templates/let.html
+++ b/testing/templates/let.html
@@ -1 +1,2 @@
{% let v = s %}{{ v }}
+{% let (v1,v2) = t %}{{ v1 }}{{ v2 }} \ No newline at end of file