{% 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 navigation_tags static %} {% block content %} {% include "public_funds/includes/lab_apply_cta.html" %}
{% include "utils/includes/media_box_icon.html" with page_icon=page.icon %}

{{ page.title }}

{% if page.introduction %}

{{ page.introduction }}

{% endif %}
{% include_block page.body %}
{% include "public_funds/includes/lab_apply_cta.html" %} {% include "includes/relatedcontent.html" with related_pages=rfps title="Related Requests"%} {% endblock %}