{#if showBackButton}
history.back())} class="w-full rounded-full p-1 text-2xl active:bg-black active:bg-opacity-[0.04]" >
{/if}
{#if title}
{title}
{/if}
{#if children} {@render children()} {/if}