{extends 'template.phtml'} {block 'content'}
Главная / {$title}
{if $video} {foreach $video as $v}

{$v.name}
{/foreach} {else}
Видео еще не добавлено
{/if}
{$pagination}
{/block}