privilege.hbs
461 Bytes
<div class="vip-privilege-page yoho-page">
<div class="privilege-list clearfix">
{{#each privilege}}
<a{{#if href}} href="{{href}}"{{/if}}>
<img class="icon" src="{{pic}}">
<p>
{{title}}
<span>{{description}}</span>
</p>
{{#if href}}
<span class="iconfont"></span>
{{/if}}
</a>
{{/each}}
</div>
</div>