0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/runtime/samples/if-block-expression/main.html
2018-04-15 22:15:08 -04:00

4 lines
50 B
HTML

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