{% extends "base.html" %} {% load wagtailcore_tags static %} {# Dont include fixed apply button on this page #} {% block apply_button %}{% endblock %} {% block header_modifier %}header--light-bg{% endblock %} {% block content %}
{% if page.strapline %}

{{ page.strapline }}

{% endif %}
{% for fund in open_funds %} {% include "apply_home/includes/apply_listing.html" with page=fund %} {% endfor %} {% for lab in open_labs %} {% include "apply_home/includes/apply_listing.html" with page=lab %} {% endfor %}
{% endblock %}