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