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