index_without_advert.html 348 Bytes
{{> layout/header }}
{{> default/channel_banner }}
<div class="content {{# channel}}content-{{.}}{{/ channel}} clearfix">
    {{# topItems}}
        {{> channel/item}}
    {{/ topItems}}
    {{> default/default_advt}}
    {{# bottomItems}}
        {{> channel/item}}
    {{/ bottomItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}