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