<div class="layout__popup-view-window js-window">
    <div class="layout__popup-view-header">
        <span class="layout__popup-view-header-text">{{headerText}}</span>
        <span class="layout__popup-view-header__close js-close">
            <svg viewBox="0 0 12 12">
                <polygon class="d-svg-icons d-svg-icons_close" points="11.7,1 11,0.3 6,5.2 1.3,0.5 0.6,1.2 5.4,5.9 0.3,11 1,11.7 6.1,6.6 10.9,11.5 11.6,10.8 6.8,6 "></polygon>
            </svg>
        </span>
    </div>
    <div class="layout__popup-view-content js-content-region"></div>
    <div class="layout__popup-view-button-list">
        {{#each buttons}}
            <div data-id="{{id}}" class="js-button layout__popup-view-button">
                <span class="layout__popup-view-button__text">{{text}}</span>
            </div>
        {{/each}}
    </div>
</div>