Related Navigation example
With related statistical data sets
How it looks
(preview)
How to call this example
<%= render "govuk_publishing_components/components/related_navigation", {
content_item: {
links: {
related_statistical_data_sets: [
{
title: "International road fuel prices",
base_path: "/government/statistical-data-sets/comparisons-of-industrial-and-domestic-energy-prices-monthly-figures",
document_type: "statistical_data_set"
},
{
title: "Weekly road fuel prices",
base_path: "/government/statistical-data-sets/oil-and-petroleum-products-weekly-statistics",
document_type: "statistical_data_set"
}
]
}
}
} %>