+
+ 📄 Branding (Front Page)
+
+
+
+ - tab = 'header' } on:keyup={ () => tab = 'header' }>
+
+ Header
+
+ - tab = 'footer' } on:keyup={ () => tab = 'footer' }>
+
+ Footer
+
+
+
+ {#if (tab === 'header')}
+
+
+
+ {/if}
+ {#if (tab === 'footer')}
+
+
+
+ {/if}
+
After saving. Check the main page.
+
+
+
+
+