aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/if-let-struct.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/if-let-struct.html')
-rw-r--r--testing/templates/if-let-struct.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/if-let-struct.html b/testing/templates/if-let-struct.html
new file mode 100644
index 0000000..53232f7
--- /dev/null
+++ b/testing/templates/if-let-struct.html
@@ -0,0 +1 @@
+{% if let Digits { one, two, three } = digits %}{{ one }} {{ two }} {{ three }}{% endif %}