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

<%= header.title %>

<%= header.description %>

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