{% extends "torchbox/base.html" %} {% load wagtailcore_tags wagtailimages_tags wagtailembeds_tags %} {% block content %}

{{ page.formatted_title|safe }}

{{ page.intro|richtext }}
{% include "sign_up_form/includes/sign_up_form_page_form.html" with legend=page.call_to_action_text %}
{% for bullet in self.bullet_points.all %}
{% include bullet.icon %}

{{ bullet.title }}

{{ bullet.body }}

{% endfor %}

Case studies and contributions from

{% endblock %} {% block extra_js %} {% endblock %}