svelte/test/generator/if-block-expression/main.html

4 lines
54 B

{{#if 2 > 1}}
<p>two is greater than one</p>
{{/if}}