{{#if smallHomeBanners}}
    <ul class="promotions_list">
        {{#each smallHomeBanners}}
            <li class="promotion">
                {{#if bannerLink}}
                    {{#if target}}
                        <a class="promotion_container" onclick="dataLayer.push({event:'event_gtm', category:'Clic Banners', action:'Banners Home Small', label: '{{bannerDescription}}' });" title="{{bannerDescription}}" href="{{bannerLink}}" target="{{target}}">
                    {{else}}
                        <a class="promotion_container" onclick="dataLayer.push({event:'event_gtm', category:'Clic Banners', action:'Banners Home Small', label: '{{bannerDescription}}' });" title="{{bannerDescription}}" href="{{bannerLink}}">
                    {{/if}}

                    <img class="promotion_image" alt="{{bannerDescription}}" src="{{MEDIA_CONTENT_URL}}/resize_250x250{{bannerImageUrl}}" width="221" height="232">

                    </a>
                {{else}}
                    {{#if promotionText}}
                        <div class="promotion_container">
                            <img class="promotion_image" alt="{{bannerDescription}}" src="{{MEDIA_CONTENT_URL}}/resize_250x250{{bannerImageUrl}}" width="221" height="232">

                            <div class="promotion_details">
                                <p class="promotion_title">{{promotionTitle}}</p>
                                <p class="promotion_text">{{{promotionText}}}</p>
                            </div>
                        </div>
                    {{else}}
                        <img class="promotion_image" alt="{{bannerDescription}}" src="{{MEDIA_CONTENT_URL}}/resize_250x250{{bannerImageUrl}}" width="221" height="232">
                    {{/if}}
                {{/if}}
            </li>
        {{/each}}
    </ul>
{{/if}}
