content.html 973 Bytes
<div class="content {{# channel}}content-{{.}}{{/ channel}} clearfix">
{{# contentWithNothing}}
    {{# topItems}}
        {{> channel/item}}
    {{/ topItems}}
{{/ contentWithNothing}}

{{# contentWithAdvert}}
    {{# topItems}}
        {{> channel/item}}
    {{/ topItems}}
    {{> channel/banner_right}}
    {{# bottomItems}}
        {{> channel/item}}
    {{/ bottomItems}}
{{/ contentWithAdvert}}

{{# contentWithCenterBanner}}
    {{# topItems}}
        {{> channel/item}}
    {{/ topItems}}
    {{> channel/banner_center}}
    {{# bottomItems}}
        {{> channel/item}}
    {{/ bottomItems}}
{{/ contentWithCenterBanner}}

{{# contentWithAll}}
    {{# topItems1}}
        {{> channel/item}}
    {{/ topItems1}}
    {{> channel/banner_right}}
    {{# topItems2}}
        {{> channel/item}}
    {{/ topItems2}}
    {{> channel/banner_center}}
    {{# bottomItems}}
        {{> channel/item}}
    {{/ bottomItems}}
{{/ contentWithAll}}

{{> channel/follow_us}}
</div>