Skip to main content
Instruction

Warning text Nunjucks

See full guidance for Warning text on the GOV.UK Design System.

{% from "govuk/components/warning-text/macro.njk" import govukWarningText %}

{{ govukWarningText({
  text: "You must report this change within 14 days. Your payments may be affected if you do not.",
  iconFallbackText: "Warning"
}) }}