{assign var=Placeholder value=$Project->getMedia()->getPlaceholderImage()} {if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

{$this->getAttribute('frontendTitle')}

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{if $showFilter} {$filterHtml} {/if}
{assign var=counter value=1} {foreach from=$children item=Child} {assign var=_Child value=$Child->load()} {* the first entry of every page is rendered as the large featured item *}
{$tmp = $MetaList->clear()} {$tmp = $Events->fireEvent('metaList', [$this, $Child, $MetaList])} {$MetaList->create()} {assign var=counter value=$counter+1} {* entry image (not a separate link; the whole card is clickable via the stretched title link below) *} {if $this->getAttribute('showImages')}
{image src=$Child->getAttribute('image_site') width="800" type="resize" title="{$Child->getAttribute('title')|escape:'html'}"}
{/if} {* entry content *}
{assign var=tagList value=$Child->getAttribute('quiqqer.tags.tagList')} {if $tagList} {/if} {if $this->getAttribute('showHeader')}

{* the single, card-spanning link (see .entry-title a::after) *} {$Child->getAttribute('title')}

{/if} {if $this->getAttribute('showCreator') || $this->getAttribute('showDate')} {/if} {if $this->getAttribute('showShort')}

{$Child->getAttribute('short')|nl2br}

{/if} {* visual affordance only — not a link, since the whole card is clickable via the stretched title link above *}
{/foreach}
{if $this->getAttribute('showSheets') && $sheets > 1} {$Pagination->create()} {/if}