<script>
import Widget from './Widget.html';
export let visible;
</script>
before
{#if visible}
<Widget />
{/if}
after