sale-banner.hbs
545 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({{image2 img w=1150 h=360}}) no-repeat top center;"></li>
</a>
{{^}}
<li class="banner-img" style="background:url({{image2 img w=1150 h=360}}) no-repeat top center;"></li>
{{/if}}
{{/ list}}
</ul>
</div>
{{/if}}
{{/topBanner}}