content.html
973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<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>