{monthLabel}
{#each ['Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa', 'Su'] as h}
{h}
{/each}
{#each cells as cell} {#if cell === null}
{:else} {/if} {/each}