{% extends "base.html" %} {% block header_modifier %}header--grey-pixels{% endblock %} {# Dont include fixed apply button on this page #} {% block apply_button %}{% endblock %} {% load wagtailcore_tags wagtailimages_tags navigation_tags static %} {% block content %} {% include "public_funds/includes/lab_apply_cta.html" %}
{% if page.icon %} {% image page.icon fill-100x100 class="image--float-small" %} {% endif %} {% include_block page.body %}
{% include "public_funds/includes/lab_apply_cta.html" %} {% include "includes/relatedcontent.html" with related_pages=rfps %} {% endblock %}