Error.html 417 B

123456789101112131415
  1. <!-- header start -->
  2. <include file="Public/Header" />
  3. <!-- header end -->
  4. <!-- content start -->
  5. <div class="am-g my-content" <if condition="!empty($max_width_style)">style="{{$max_width_style}}"</if>>
  6. <div class="am-panel am-panel-default am-radius my-error">
  7. <div class="am-panel-bd">{{$msg}}</div>
  8. </div>
  9. </div>
  10. <!-- content end -->
  11. <!-- footer start -->
  12. <include file="Public/Footer" />
  13. <!-- footer end -->