{#each timelineData as entry, i}
{#if i == 0}
♦
{:else}
⋄
{/if}
{entry.duration}
{entry.title}
{entry.description}
{/each}