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