{% extends "base.html" %} {% block content %}

Channels

If you'd like to browse all releases, click here.

{% for channel in object_list %}

{{ channel.name }}

{{ channel.handle }}

{% endfor %}
{% endblock content %}