{#await todaysCharacterBirthdays()} Loading ... {:then birthdays}
{#each birthdays as birthday}
{birthday.name.full}
{/each}
{:catch}
{/await}