sale-banner.hbs
534 Bytes
{{# topBanner}}
{{#if list}}
<div class="sale-list-banner" style="height: 360px;">
<ul>
{{# list}}
{{#if href}}
<a href="{{href}}" target= "_blank">
<li class="banner-img" style="background:url({{image img 1150 360}}) no-repeat top center;"></li>
</a>
{{^}}
<li class="banner-img" style="background:url({{image img 1150 360}}) no-repeat top center;"></li>
{{/if}}
{{/ list}}
</ul>
</div>
{{/if}}
{{/topBanner}}