Related Navigation example
With curated topics
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/related_navigation", {
content_item: {
links: {
topics: [
{
title: "Apprenticeships, 14 to 19 education and training for work",
base_path: "/browse/education/find-course",
document_type: "topic"
},
{
title: "Finding a job",
base_path: "/browse/working/finding-job",
document_type: "topic"
},
{
title: "Apprenticeships",
base_path: "/topic/further-education-skills/apprenticeships",
document_type: "topic"
}
]
}
}
} %>