{#if stories.length > 0}
{m.dashboard_reader_recent_stories_heading()}
{m.dashboard_reader_all_stories()}
{#each stories as story (story.id)}
{story.title}
{#if story.body}
{excerpt(story.body)}
{/if}
{relativeTimeDe(new Date(story.publishedAt ?? story.updatedAt))}
{/each}
{/if}