{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %} {% include "base_navbar.html" %}
{% include "base_heading.html" %}

Delete {{ feed.title }}?

{% csrf_token %}
Cancel
{% endblock %}