0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
svelte/test/runtime/samples/if-block-or/main.html
2018-04-15 22:15:08 -04:00

4 lines
40 B
HTML

{#if a || b}
<p>i am visible</p>
{/if}