Index.html 566 B

1234567891011121314151617
  1. <!-- header start -->
  2. <include file="Public/Header" />
  3. <!-- header end -->
  4. <!-- header nav start -->
  5. <if condition="!isset($is_header) or $is_header eq 1">
  6. <include file="Public/HeaderNav" />
  7. </if>
  8. <!-- header nav end -->
  9. <!-- content start -->
  10. <div class="am-g custom-content <if condition="!isset($data['is_full_screen']) or $data['is_full_screen'] eq 0">p-20</if>" <if condition="!empty($max_width_style)">style="{{$max_width_style}}"</if>>{{$data.content}}</div>
  11. <!-- content end -->
  12. <!-- footer start -->
  13. <include file="Public/Footer" />
  14. <!-- footer end -->