{% extends "base.html" %} {% block content %}
{{ channelCount }}
Following
{% for channel in channelList %}

{{ form.hidden_tag() }} {{ form.submit(value='Unfollow') }}

{% endfor %}
{% endblock %}