{#if typeof title === "string"}
{@html title}
{:else} {@render title?.()} {/if} {#if shortcut}
{#each shortcut.split("+") as key}
{key}
{/each}
{/if}