2018-12-28 10:58:37 +00:00
|
|
|
{{include file="public/header" /}}
|
|
|
|
|
|
|
|
|
|
<!-- header nav start -->
|
|
|
|
|
{{if isset($is_header) and $is_header eq 1}}
|
|
|
|
|
<!-- header top nav -->
|
|
|
|
|
{{include file="public/header_top_nav" /}}
|
|
|
|
|
|
|
|
|
|
<!-- search -->
|
|
|
|
|
{{include file="public/nav_search" /}}
|
|
|
|
|
|
|
|
|
|
<!-- header nav -->
|
|
|
|
|
{{include file="public/header_nav" /}}
|
|
|
|
|
|
|
|
|
|
<!-- goods category -->
|
|
|
|
|
{{include file="public/goods_category" /}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
<!-- header nav end -->
|
|
|
|
|
|
|
|
|
|
<!-- content start -->
|
2020-02-16 03:52:16 +00:00
|
|
|
<div class="customview-content am-scrollable-horizontal {{if !isset($data['is_full_screen']) or $data['is_full_screen'] eq 0}}am-container{{/if}}">
|
2019-04-24 03:30:04 +00:00
|
|
|
{{$data.content|raw}}
|
2019-04-24 03:27:27 +00:00
|
|
|
</div>
|
2018-12-28 10:58:37 +00:00
|
|
|
<!-- content end -->
|
|
|
|
|
|
|
|
|
|
<!-- footer start -->
|
|
|
|
|
{{include file="public/footer" /}}
|
|
|
|
|
<!-- footer end -->
|