25 lines
675 B
HTML
Executable File
25 lines
675 B
HTML
Executable File
{{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 -->
|
|
<div {{if !isset($data['is_full_screen']) or $data['is_full_screen'] eq 0}}class="am-container"{{/if}}>{{$data.content|raw}}</div>
|
|
<!-- content end -->
|
|
|
|
<!-- footer start -->
|
|
{{include file="public/footer" /}}
|
|
<!-- footer end --> |