Skip to main content
Reduced spacing

Nunjucks

{% from "quick-reference/macro.njk" import dwpQuickReference %}

{{
        dwpQuickReference({
            ariaLabel: "Case information",
            classes: "dwp-quick-reference--reduced",
            primaryReference: {
                text: 'Name:',
                value: 'Jane Doe'
            },
            secondaryReference: {
                text: 'National Insurance number:',
                textDisplay: true,
                value: 'QQ 12 34 56 X'
            },
            status: {
                text: 'Claim status:',
                value: 'Active',
                textDisplay: true,
                classes: 'govuk-tag--green'
            }
        })
}}