{extends "index.tpl"} {block "content"} {block "tpl-vars"} {$tpl_vars.articles_v = $cfg.tpl.articles.version} {/block} {if $tpl_vars.articles_v == 2} {include "articles/articles.v2.tpl"} {else}

{$view->getTitle()}

{if $body.articles|count} {include "block.articles.tpl" articles=$body.articles} {else}
{t}V sekci se nenacházejí žádné články.{/t}
{/if}
{if $body.pager.count > 1} {include "components/pager.tpl" pager=$body.pager} {/if} {/if} {/block}