diff --git a/src/App.svelte b/src/App.svelte index 8d2952c..7e42d3e 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,4 +1,8 @@ -
- {#if title} -

{title}

- {/if} - -
+{#if show} +
+ {#if title} +

{title}

+ {/if} + +
+{/if}