{ev.source}
v. {ev.vintage}

{ev.title}

{#if ev.fmt.kind === 'scalar'}
{ev.fmt.value}
{ev.fmt.unit}
{#if ev.fmt.aux}
{ev.fmt.aux}
{/if}
{:else if ev.fmt.kind === 'table'} {#each ev.fmt.columns as h (h)}{/each} {#each ev.fmt.rows as row, i (i)} {#each row as cell, j (j)}{/each} {/each}
{h}
{cell}
{:else if ev.fmt.kind === 'spark'}
{ev.fmt.headline}
{ev.fmt.sub}
{:else if ev.fmt.kind === 'histogram'}
{ev.fmt.headline}
{ev.fmt.sub}
{:else if ev.fmt.kind === 'forecast'}
{#if ev.fmt.caption}
{ev.fmt.caption}
{/if}
{:else}
{ev.fmt.sub}
{/if}