1. Collections Component Guide
  2. Related Navigation
  3. With related contacts
Related Navigation example

With related contacts

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/related_navigation", {
  content_item: {
    links: {
      related: [
        {
          title: "Pest Control",
          base_path: "/pest-control",
          document_type: "contact"
        }
      ]
    }
  }
} %>