{{#if label}} {{label}} {{else}} {{> @partial-block .}} {{/if}} {{#if buttons}} {{!-- squash whitespace so :empty selector works when no buttons --}} {{~!-- squash whitespace --~}} {{#each buttons}} {{#if this.intent}} {{> action_button .}} {{else}} {{> action_button . intent=../intent}} {{/if}} {{/each}} {{~!-- squash whitespace --~}} {{/if}} {{#if close_button}} {{> icon_button custom_classes="banner-close-action banner-close-button" icon="close" intent=intent}} {{/if}}