script.html 743 Bytes
{{# 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}}