Files
newwalls.pl/themes/ayon/templates/custom_pages/architekci/page.tpl
2024-12-17 13:43:22 +01:00

12 lines
319 B
Smarty

{extends file='page.tpl'}
{block name='page_content_container'}
{block name='breadcrumb'}
{include file='_partials/breadcrumb.tpl'}
{/block}
<section id="content" class="page-content page-cms page-cms-{$cms.id}">
{block name='cms_content'}
{$cms.content nofilter}
{/block}
</section>
{/block}