{% extends 'base/base.html' %} {% load static %} {% block content %}
{% include "base/left_nav.html" %}
{% csrf_token %}
{{form.subscribe}}
{% include "base/form_errors.html" %} {% include "base/form_messages.html" %}
{% endblock content %} {% block javascript %} {% endblock javascript %}