{% extends "texsitefreelancer/base.html" %} {% load texsitecore_tags %} {% load wagtailimages_tags %} {% block freelancer-body-content %} {% if page.header_image %} {% image page.header_image width-1920 as keyvisual %} {% if page.subtitle %} {{ page.subtitle }} {% endif %} {% endif %} {% for block in page.body %} {% get_block_template block.block_type as block_template %} {% include block_template with value=block.value %} {% endfor %} {% endblock %}