templates/section-templates/header.html.twig line 1

Open in your IDE?
  1. <div class="boldr-section hb-header{{ section.large ? ' hb-header-large' }}">
  2.     <img class="hb-header-background" src="{{ boldr_cms_get_attachment_url(section.attachmentId, section.large ? 'hb_header_large' : 'hb_header_small') }}" />
  3.     <img class="hb-header-background-mobile" src="{{ boldr_cms_get_attachment_url(section.attachmentId, 'hb_header_mobile') }}" />
  4.     {% if section.badgeId %}
  5.         <img class="hb-header-badge" src="{{ boldr_cms_get_attachment_url(section.badgeId) }}" />
  6.     {% endif %}
  7. </div>