{% macro govukHint(params) %}
{{ params.html | safe | trim | indent(2) if params.html else params.text }}
{% endmacro %}