aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/if-let-shadowing.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/templates/if-let-shadowing.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/if-let-shadowing.html b/testing/templates/if-let-shadowing.html
new file mode 100644
index 0000000..7f3d50f
--- /dev/null
+++ b/testing/templates/if-let-shadowing.html
@@ -0,0 +1 @@
+{% if let Some(text) = text %}{{ text }}{% endif %}