1. Component Guide
  2. Layout footer
  3. With meta
Layout footer example

With meta

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/layout_footer", {
  meta: {
    items: [
      {
        href: "/help",
        text: "Help"
      },
      {
        href: "/help/privacy-notice",
        text: "Privacy"
      },
      {
        href: "/help/cookies",
        text: "Cookies"
      },
      {
        href: "/contact",
        text: "Contact"
      },
      {
        href: "/help/accessibility-statement",
        text: "Accessibility statement"
      },
      {
        href: "/help/terms-conditions",
        text: "Terms and conditions"
      },
      {
        href: "/cymraeg",
        text: "Rhestr o Wasanaethau Cymraeg"
      },
      {
        href: "/government/organisations/government-digital-service",
        text: "Government Digital Service"
      }
    ]
  }
} %>