{#if article && published}
{#if article?.layout?.variant === "top"} {#if article?.content?.types?.media?.files?.length} {/if} {#if article?.content?.title}
{@html article?.content?.title}
{/if} {#if article?.content?.subtitle}
{@html article?.content?.subtitle}
{/if} {#if article?.content?.types?.teaser} {/if} {#if article?.link?.url} {@html article?.link?.text ? article?.link?.text : $_("details")} {/if} {#if article?.content?.types?.details && showDetails}
{@html article?.content?.types?.details}
{/if} {:else if article?.layout?.variant === "right"}
{#if article?.content?.title}
{@html article?.content?.title}
{/if} {#if article?.content?.subtitle}
{@html article?.content?.subtitle}
{/if} {#if article?.content?.types?.teaser} {/if} {#if article?.link?.url} {@html article?.link?.text ? article?.link?.text : $_("details")} {/if} {#if article?.content?.types?.details && showDetails}
{@html article?.content?.types?.details}
{/if}
{#if article?.content?.types?.media?.files?.length} {/if}
{:else if article?.layout?.variant === "bottom"} {#if article?.content?.title}
{@html article?.content?.title}
{/if} {#if article?.content?.subtitle}
{@html article?.content?.subtitle}
{/if} {#if article?.content?.types?.teaser} {/if} {#if article?.link?.url} {@html article?.link?.text ? article?.link?.text : $_("details")} {/if} {#if article?.content?.types?.details && showDetails}
{@html article?.content?.types?.details}
{/if} {#if article?.content?.types?.media?.files?.length} {/if} {:else if article?.layout?.variant === "left" || article?.layout?.variant === "default"}
{#if article?.content?.types?.media?.files?.length} {/if}
{#if article?.content?.title}
{@html article?.content?.title}
{/if} {#if article?.content?.subtitle}
{@html article?.content?.subtitle}
{/if} {#if article?.content?.types?.teaser} {/if} {#if article?.link?.url} {@html article?.link?.text ? article?.link?.text : $_("details")} {/if} {#if article?.content?.types?.details && showDetails}
{@html article?.content?.types?.details}
{:else if article?.content?.types?.details} {@html article?.link?.text ? article?.link?.text : $_("details")} {/if}
{/if}
{/if}