blog.webb.page
{#each memos as memo}
showMemo(memo)}>{@html processMemo(memo)}
{#if selectedMemo === memo}
{@html selectedMemoContent}
{/if}
{/each}