svelte/test/ssr/if-block-true/main.html

4 lines
40 B

{{#if foo}}
<p>foo is true</p>
{{/if}}