sale-banner.hbs 298 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 {{# 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}}