- <!-- header start -->
 
- <include file="Public/Header" />
 
- <!-- header end -->
 
- <!-- content start -->
 
- <div class="am-g my-content" <if condition="!empty($max_width_style)">style="{{$max_width_style}}"</if>>
 
- 	<div class="am-panel am-panel-default am-radius my-error">
 
- 		<div class="am-panel-bd">{{$msg}}</div>
 
- 	</div>
 
- </div>
 
- <!-- content end -->
 
- <!-- footer start -->
 
- <include file="Public/Footer" />
 
- <!-- footer end -->
 
 
  |