{extends 'template:base'} {block 'content'}
{include 'file:chunks/breadcrumb.tpl'}

{$_modx->resource.longtitle ?: $_modx->resource.pagetitle}

{if $_modx->resource.image != ''}
{$_modx->runSnippet('!pthumb', [ 'input' => $_modx->resource.image, 'options' => 'w=800&h=600&zc=1&f=webp', 'toPlaceholder' => 'thumbwebp' ])} {$_modx->runSnippet('!pthumb', [ 'input' => $_modx->resource.image, 'options' => 'w=800&h=600&zc=1', 'toPlaceholder' => 'thumb' ])} {$_modx->resource.pagetitle}
{else}
{/if}
{$_modx->resource.publishedon | date_format : '%d.%m.%Y'} {'!HitsPage' | snippet : ['saveTv' => 'true']}
{if $_modx->resource.introtext != ''}
{$_modx->resource.introtext}
{/if}
{$_modx->resource.content}
{if $_modx->resource.video != ''}
{/if}
{if $_modx->resource.gallery != ''} {/if} {include 'file:chunks/news/other_news.tpl'}
{/block}