Evidence
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: "Reported income" }, value: { text: "£450 a month" } },
{ key: { text: "Housing costs" }, value: { text: "£620 a month rent" } },
{ key: { text: "Household size" }, value: { text: "2 adults, 1 child" } }
]
}) }}