header.phtml 270 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 {{# 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}}