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