{% macro govukInsetText(params) %} {% from "govuk_frontend_jinja/macros/attributes.html" import govukAttributes -%}
{{ caller() if caller else (params.html | safe | trim | indent(2) if params.html else params.text) }}
{% endmacro %}