{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=712 onlysrc=true rewrited=true}
{if $Child->getAttribute('image_emotion')} {/if}
{else}
{/if} {/if}

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

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

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