Featured example

Default

How it looks (preview)

Featured

Government does things

This is what a single featured item looks like.
some meaningful alt text please

How to call this example

<%= render "flexible_page/flexible_sections/featured", {
  items: [
    {
      href: "/not-a-page",
      image_alt: "some meaningful alt text please",
      image_src: "https://assets.publishing.service.gov.uk/government/uploads/system/uploads/feature/image/62756/s300_courts-of-justice.JPG",
      description: "This is what a single featured item looks like.",
      heading_text: "Government does things"
    }
  ]
} %>