Work in progress
This page is a design preview. It may not contain the latest guidance and may not behave as expected.
Current guidance can always be found at design-system.dwp.gov.uk.
{% from "uc/claimant-navigation/macro.njk" import ucClaimantNavigation %}
{{
ucClaimantNavigation({
"items": [
{
"href": "#",
"text": "Home"
},
{
"href": "#",
"text": "To-do list",
"active": true
},
{
"href": "#",
"text": "Journal"
}
]
})
}}