<div class="brochure-tout js-brochure-tout" data-id="{{id}}">
    <div class="brochure-tout__inner">
        <div class="brochure-tout__image">
            <img src="{{simpleImage.src}}" alt="{{simpleImage.altText}}">
        </div>
        <div class="brochure-tout__title js-brochure-tout-title">{{title}}</div>
        <div class="brochure-tout__subtitle">{{subtitle}}</div>
        {{#if downloadButton}}
            <div class="brochure-tout__button">
                <a class="button-p2" href="{{downloadButton.url}}" target="_blank">
                    {{downloadButton.text}}
                </a>
            </div>
        {{/if}}
        {{#if orderButtonTitle}}
            <div class="brochure-tout__button">
                <a class="button-p2 js-order-brochure">
                    <span class="brochure-tout__button-title">{{orderButtonTitle}}</span>
                    <span class="brochure-tout__button-active-title">{{orderButtonActiveTitle}}</span>
                </a>
            </div>
        {{/if}}
    </div>
</div>