<div class="boldr-section hb-header{{ section.large ? ' hb-header-large' }}">
<img class="hb-header-background" src="{{ boldr_cms_get_attachment_url(section.attachmentId, section.large ? 'hb_header_large' : 'hb_header_small') }}" />
<img class="hb-header-background-mobile" src="{{ boldr_cms_get_attachment_url(section.attachmentId, 'hb_header_mobile') }}" />
{% if section.badgeId %}
<img class="hb-header-badge" src="{{ boldr_cms_get_attachment_url(section.badgeId) }}" />
{% endif %}
</div>