{% load mtp_common %} {% comment %} USAGE: {% include 'govuk-frontend/components/details.html' with summary= body= only %} optional parameters: id - id to use on the details element, auto-generated otherwise classes - additional classes for details element analytics - send page view or event when opened; see analytics component open - whether the summary should be visible NB: body can contain HTML using safe filter or nested tags by using captureoutput tag {% endcomment %}
{{ summary }}
{{ body }}