With external related links
The component can accept other related links, such as external links or other contacts.
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/related_navigation", {
content_item: {
details: {
external_related_links: [
{
url: "http://media.slc.co.uk/sfe/1718/ft/sfe_terms_and_conditions_guide_1718_d.pdf",
title: "Student loans: terms and conditions 2017 to 2018 (PDF, 136KB)"
},
{
url: "https://www.thestudentroom.co.uk/content.php?r=5967-Repaying-your-student-loan",
title: "The Student Room: repaying your student loan"
}
]
}
}
} %>