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