With world locations
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/related_navigation", {
content_item: {
links: {
world_locations: [
{
title: "South Sudan",
base_path: "/world/south-sudan/news"
},
{
title: "USA",
base_path: "/world/usa/news"
}
]
}
}
} %>