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/agent-header/macro.njk" import ucAgentHeader %}
{{
ucAgentHeader({
"serviceName": "Universal Credit",
"serviceUrl": "#",
"classes": 'uc-agent-header--sticky',
"navigation": [
{
"href": "#",
"text": "To-do list"
},
{
"href": '#',
"text": "Claimants"
},
{
"href": '#',
"text": "Colleagues"
},
{
"href": '#',
"text": "Teams"
},
{
"href": '#',
"text": "Telephone ID check",
"attributes": {
"rel": "noopener noreferrer"
}
},
{
"href": '#',
"text": "Diary",
"opensInNewWindow": true,
"attributes": {
"rel": "noopener noreferrer"
}
}
],
"profileName": "Joe Bloggs"
})
}}