Impact header example

Legacy layout without image

Where an impact header is provided no image, we fall back to a standard GOV.UK two thirds layout for this text, to minimise the large empty space to the right. However this could also be configured as a legacy layout, even if the image is not present.

How it looks (preview)

Impact header without an image and legacy layout

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

How to call this example

<%= render "flexible_page/flexible_sections/impact_header", {
  title: "Impact header without an image and legacy layout",
  image_type: "logo",
  description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
} %>