{#if typeof title === 'string'}

{title}

{#if description} {/if}
{:else if title} {@render title()} {/if} {#if ariaDescription}
{#if typeof ariaDescription === 'string'} {:else} {@render ariaDescription()} {/if}
{/if} {#if typeof notes === 'string'} {:else if notes} {@render notes()} {/if}