{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags navigation_tags static %} {% block content %} {% include "public_funds/includes/fund_apply_cta.html" with fund_type=page.fund_type.specific %}

{{ page.title }}

{{ page.introduction }}
{% include_block page.body %}
{% include "public_funds/includes/fund_apply_cta.html" with fund_type=page.fund_type.specific %} {% include "includes/relatedcontent.html" with related_pages=page.related_pages.all %} {% endblock %}