{if $this->getAttribute('title')}

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

{/if} {if $this->getAttribute('content')}
{$this->getAttribute('content')}
{/if}
{foreach from=$children item=Child}
{if $this->getAttribute( 'showImage' )} {if $Child->getAttribute( 'image_site' )} {image assign=image src=$Child->getAttribute('image_site') width=370 onlysrc=true rewrited=true}
{if $Child->getAttribute( 'image_site' )} {/if}
{else}
{/if} {/if}

{$Child->getAttribute('title')}

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

{locale group="quiqqer/template-qui" var="continue.reading"}
{/foreach}