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