{extends 'template:Главная страница'} {block 'main'}

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

{$_modx->resource.pagetitle | escape}
{insert 'tpl.constructor'} {if $_modx->resource.buttonForm and $_modx->resource.chooseForm}

{$_modx->resource.buttonForm}

{/if}
{insert 'tpl.authors'} {'!pdoResources' | snippet : [ 'parents' => $_modx->resource.parent | resource : 'parent', 'resources' => '-'~$_modx->resource.id, 'depth' => 1, 'sortby' => 'RAND()', 'limit' => 3, 'tpl' => 'tpl.news.item', 'includeContent' => 0, 'includeTVs' => 'img', 'processTVs' => 'img', 'tvPrefix' => '', 'tplWrapper' => '@INLINE
', 'templates' => 5 ]}
{/block}