{% extends 'newsfeed/base.html' %} {% load static %} {% block head_title %}Unsubscribe{% endblock %} {% block content %} {% include 'newsfeed/subscription_form.html' with form=form form_type='unsubscribe' %} {% endblock %} {% block footer_extra %} {% endblock %}