We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47c11b commit baf0ddcCopy full SHA for baf0ddc
test/fixtures/conditional_if_key_not_exists.html
@@ -1,3 +1,8 @@
1
<if condition="key_not_exists">
2
it works!
3
</if>
4
+
5
+<if condition="key_not_exists">
6
+ {{ key_not_exists.foo }}
7
+ it works!
8
+</if>
0 commit comments