{w ? cap(w.word) : 'Word of the Day'} · upbeatBytes
{#if state === 'ready'}
Word of the day {#if dateLabel}{dateLabel}{/if}
{#if w.part_of_speech}{w.part_of_speech}{/if}

{cap(w.word)}

{#if w.phonetic}{w.phonetic}{/if}

{w.definition}

{#if w.examples?.length}
In a sentence
{#each w.examples as ex}

{ex}

{/each}
{/if}
{:else if state === 'empty'}

Today's word is on its way. Check back soon.

{:else}

Finding today's word…

{/if}