Outcome
Summary list Nunjucks
See full guidance for Summary list on the GOV.UK Design System.
{% from "govuk/components/summary-list/macro.njk" import govukSummaryList %}
{{ govukSummaryList({
rows: [
{ key: { text: "National Insurance number" }, value: { text: "QQ 12 34 56 C" } },
{ key: { text: "Claim reference" }, value: { text: "HDJ2123F" } }
]
}) }}