{#if todayData}
{todayData.title}
{#each todayData.lines as line}
{line}
{/each}
{/if}