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