{#if block.headline}
{block.headline}
{/if} {#if textHtml}
{@html textHtml}
{/if} {#if design === "list" && posts.length > 0}
{#each posts as post}
{/each}
{:else if design === "cards" && posts.length > 0}
{#each posts as post}
{/each}
{/if}