{** * Базовый шаблон блоков *} {$component = 'block'} {block 'block_options'} {$mods = $smarty.local.mods} {$classes = $smarty.local.classes} {$attributes = $smarty.local.attributes} {$show = $smarty.local.show|default:true} {/block} {if $show} {block 'block_before'}{/block}
{* Шапка *} {block 'block_title' hide}

{$smarty.block.child}

{block 'block_header_end'}{/block}
{/block} {block 'block_header_after'}{/block} {* Навигация *} {block 'block_nav' hide} {/block} {block 'block_nav_after'}{/block} {* Содержимое *} {block 'block_content' hide}
{$smarty.block.child}
{/block} {block 'block_content_after'}{/block} {* Подвал *} {block 'block_footer' hide} {/block} {block 'block_footer_after'}{/block}
{block 'block_after'}{/block} {/if}