8 lines
73 B

<script>
export let foo;
</script>
{#if foo}
<p>foo is true</p>
{/if}