{#if title === null && children?.title} {@render children.title()} {:else if title !== null}
{title}
{/if}
{@render children()}