helpDetail.hbs
893 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
<div id="header">
<div class="blk-header-wrap" class="is-fixed">
<div class="blk-header">
<div class="blk-header-left">
<i class="icon icon-back go-back-btn"></i>
</div>
<div class="blk-header-right">
</div>
<div class="blk-header-main">
<span class="blk-header-title">{{title}}</span>
</div>
</div>
<div class="blk-header-gap"></div>
</div>
</div>
{{#if helpDetail_1}}
{{> helpDetail_1}}
{{/if}}
{{#if helpDetail_2}}
{{> helpDetail_2}}
{{/if}}
{{#if helpDetail_3}}
{{> helpDetail_3}}
{{/if}}
{{#if helpDetail_4}}
{{> helpDetail_4}}
{{/if}}
{{#if helpDetail_5}}
{{> helpDetail_5}}
{{/if}}
{{#if helpDetail_6}}
{{> helpDetail_6}}
{{/if}}
{{#if helpDetail_7}}
{{> helpDetail_7}}
{{/if}}
{{#if helpDetail_8}}
{{> helpDetail_8}}
{{/if}}