Outcome
Notification banner Nunjucks
See full guidance for Notification banner on the GOV.UK Design System.
{% from "govuk/components/notification-banner/macro.njk" import govukNotificationBanner %}
{{ govukNotificationBanner({
type: "success",
text: "Your change has been submitted.",
disableAutoFocus: true
}) }}