<% if header.present? %>
"> <%= header.label %>

<%= header.title %>

<%= header.description %>

<% if header.link_text.present? && header.link_url.present? %>
"> <%= link_to header.link_text, header.link_url, class: "button expanded large" %>
<% end %>
<% if header.image.present? %>
<%= image_tag(header.image.variant(:large), class: "margin", alt: header.image.title) %>
<% end %>
<% end %>