GOVUK Inset text

An example of the govuk inset text component.


  <div class="govuk-inset-text">
  It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application.
</div>

{% from "govuk_frontend_jinja/components/inset-text/macro.html" import govukInsetText -%}
{{ govukInsetText({
    "text": "It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application."
}) }}