{#if type === "markdown"}
{:else if type === "headline"}
{:else if type === "html"}
{:else if type === "iframe"}
{:else if type === "image"}
{:else if type === "image_gallery"}
{:else if type === "files"}
{:else if type === "youtube_video"}
{:else if type === "youtube_video_gallery"}
{:else if type === "quote"}
{:else if type === "quote_carousel"}
{:else if type === "link_list"}
{:else if type === "post_overview"}
{:else if type === "searchable_text"}
{:else if type === "calendar"}
{#if (block as CalendarBlockData).variant === "compact"}
{:else}
{/if}
{:else if type === "organisations"}
{:else if type === "contacts_block"}
{:else if type === "opnform"}
{:else if type === "internal_component"}
{:else if type === "deadline_banner"}
{:else if type === "live_strommix"}
{#await import("./blocks/StrommixBlock.svelte") then m}
{@const Comp = m.default}
{/await}
{:else if type === "wind_map"}
{:else if type === "stellungnahme_generator"}
{#await import("./blocks/StellingnahmeGeneratorBlock.svelte") then m}
{@const Comp = m.default}
{/await}
{:else}