Blame view

template/m.yohobuy.com/partials/passport/header.phtml 279 Bytes
xuqi authored
1
<div class="header">
xiaowei authored
2
    <a class="go-back" href="{{#if backUrl}}{{backUrl}}{{^}}javascript:history.go(-1);{{/if}}"></a>
xuqi authored
3
    {{#showHeaderImg}}
xiaowei authored
4
    <div class="img-header"></div>
xuqi authored
5 6
    {{/showHeaderImg}}
    {{#headerText}}
xiaowei authored
7
    <p class="title">{{.}}</p>
xuqi authored
8
    {{/headerText}}
xuqi authored
9
</div>