2018-08-09 10:42:34 +00:00
|
|
|
<include file="Public/Header" />
|
|
|
|
|
|
|
|
|
|
<!-- header nav start -->
|
2018-09-06 10:22:15 +00:00
|
|
|
<notempty name="is_header">
|
|
|
|
|
<!-- header top nav -->
|
|
|
|
|
<include file="Public/HeaderTopNav" />
|
|
|
|
|
|
|
|
|
|
<!-- search -->
|
|
|
|
|
<include file="Public/NavSearch" />
|
|
|
|
|
|
|
|
|
|
<!-- header nav -->
|
|
|
|
|
<include file="Public/HeaderNav" />
|
|
|
|
|
|
|
|
|
|
<!-- goods category -->
|
|
|
|
|
<include file="Public/GoodsCategory" />
|
|
|
|
|
</notempty>
|
2018-08-09 10:42:34 +00:00
|
|
|
<!-- header nav end -->
|
|
|
|
|
|
|
|
|
|
<!-- content start -->
|
2018-10-10 10:18:05 +00:00
|
|
|
<div <if condition="!isset($data['is_full_screen']) or $data['is_full_screen'] eq 0">class="am-container"</if>>{{$data.content}}</div>
|
2018-08-09 10:42:34 +00:00
|
|
|
<!-- content end -->
|
|
|
|
|
|
|
|
|
|
<!-- footer start -->
|
|
|
|
|
<include file="Public/Footer" />
|
|
|
|
|
<!-- footer end -->
|