8 lines
73 B

<script>
export let foo;
</script>
7 years ago
{#if foo}
8 years ago
<p>foo is true</p>
7 years ago
{/if}