header.phtml 270 Bytes
{{# header}}
<div id="header" class="header clearfix" {{# bgColor}}style="background:{{.}}"{{/ bgColor}}>
    <a class="icon-back iconfont" href="javascript:history.go(-1)"></a>
    {{title}}
    <a class="icon-home iconfont" href="{{homeUrl}}"></a>
</div>
{{/ header}}