{% extends 'newsfeed/base.html' %}
{% load static %}
{% block head_title %}Subscribe{% endblock %}
{% block head_extra %}
{% endblock %}
{% block content %}
{% include 'newsfeed/subscription_form.html' with form=form form_type='subscribe' %}
{% endblock %}