Skip to main content
History

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: "Change reported" }, value: { text: "Change of address" } },
    { key: { text: "Date reported" }, value: { text: "3 June 2026" } },
    { key: { text: "Reported by" }, value: { text: "Claimant" } }
  ]
}) }}