script.html
743 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
{{# default}}
{{> script/default}}
{{/ default}}
{{# fashion}}
{{> script/channel}}
{{/ fashion}}
{{# beauty}}
{{> script/channel}}
{{/ beauty}}
{{# sport}}
{{> script/channel}}
{{/ sport}}
{{# lifestyle}}
{{> script/channel}}
{{/ lifestyle}}
{{# video}}
{{> script/channel}}
{{/ video}}
{{# search}}
{{> script/search}}
{{/ search}}
{{# detail}}
{{> script/detail}}
{{/ detail}}
{{# magazine}}
{{> script/magazine}}
{{/ magazine}}
{{# feedback}}
{{> script/feedback}}
{{/ feedback}}
{{# writer}}
{{> script/writer}}
{{/ writer}}
{{# publish}}
{{> script/publish}}
{{/ publish}}
{{# review}}
{{> script/review}}
{{/ review}}
{{# detailTrial}}
{{> script/detail_trial}}
{{/ detailTrial}}