{#if title}
{@html title}
{/if} {#if shortcut}
{#each shortcut.split("+") as key}
{key}
{/each}
{/if}