header.phtml 411 Bytes
<div class="header">
    {{#backUrl}}
        <a class="go-back" href={{.}}>
            <img src="http://static.dev.yohobuy.com/img/passport/go-back.png">
        </a>
    {{/backUrl}}
    {{#showHeaderImg}}
        <img class="img-header" src="http://static.dev.yohobuy.com/img/passport/yoho-family.png">
    {{/showHeaderImg}}
    {{#headerText}}
        <p class="title">{{.}}</p>
    {{/headerText}}
</div>