{% extends "public/content.html" %} {% load staticfiles %} {% block headtitle %} Donate {% endblock %} {% block title %}

Make a Donation to the {{ settings.WEBSITE_NAME }}

{% endblock %} {% block content %} {% if content_block %} {{ content_block.content|safe }} {% endif %}
{% csrf_token %} {% include "public/partials/form.html" with form=donation_form %}

Want to Increase your donation by 25%? It won't cost you a Penny.

Gift Aid It {% include "public/partials/form.html" with form=ga_form %}
{% endblock %}