{% extends "texsitexperience/base.html" %} {% load i18n %} {% load texsitecore_tags %} {% load wagtailcore_tags %} {% block xperience-body-content %} {% for block in page.body %}
{% get_block_template block.block_type as block_template %} {% include block_template with value=block.value %} {% if forloop.last %} {% endif %}
{% endfor %} {% endblock %}