Skip to main content

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.

Claimant navigation - primary

Nunjucks

{% from "uc/claimant-navigation/macro.njk" import ucClaimantNavigation %}

{{
    ucClaimantNavigation({
        "items": [
        {
            "href": "#",
            "text": "Home"
        },
        {
            "href": "#",
            "text": "To-do list"
        },
        {
            "href": "#",
            "text": "Journal"
        }
        ]
    })
}}