brand-img-box.hbs 490 Bytes
{{# classicBrands}}
    <div class="brand-img-box {{#if right}}right{{/if}} {{#if bottomSpace}}mb20{{/if}}">
        {{# big}}
        <a href="{{https url}}" target="_blank">
            <img class="big-img" src="{{image src 565 340}}">
        </a>
        {{/ big}}

        {{# small}}
        <a href="{{https url}}" target="_blank">
            <img class="small-img {{#if @first}}first{{/if}}" src="{{image src 281 285}}">
        </a>
        {{/ small}}
</div>
{{/ classicBrands}}