{% load wagtailcore_tags nhsukfrontend_extra_parameters_tags nhsukfrontend_wrapper_tags %}
{{ accessible_title_prefix }} {{ title }}
{% for block in body %} {% with "body."|add:block.id as contentpath %} {% contentwrapper contentpath %} {% include_block block %} {% endcontentwrapper %} {% endwith %} {% endfor %}