{% extends 'notifpy/base.html' %} {% load static from staticfiles %} {% block body %}
{% for channel in channels %} {{channel.title}} {% endfor %}
{% endblock %}