{#each sortedYears as year} {@const yearGroup = groupedPosts.get(year)} {#if yearGroup} {@const sortedMonths = getSortedMonths(yearGroup)}

{year}

{#each sortedMonths as [_, monthData]}

{monthData.monthName}

{#each monthData.posts as post} {/each}
{/each}
{/if} {/each}