{% from "govuk/components/warning-text/macro.njk" import govukWarningText %} {% set html %} If you want to receive a test email, enter the email address (opens in new tab) you want form submissions to go to. {% endset %} {{ govukWarningText({ html: html, iconFallbackText: "Warning" }) }}