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"
}
]
}
}
} %>