svelte/test/runtime/samples/if-block-expression/main.svelte

4 lines
50 B

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