{% macro govukWarningText(params) %}
{{ params.iconFallbackText }} {{ params.html | safe if params.html else params.text }}
{% endmacro %}