{% extends "base.html" %} {% block title %}Shout.dev: Channels{% endblock %} {% block main %} {% include "breadcrumbs.html" %} Channels New Channel Slack (coming soon) Email SMS (coming soon) Channels are places to send messages, alerts, and so on. Once created, they can be connected to specific projects at the Projects page. {% for channel in channels %} {{ channel.name }} {% endfor %} {% endblock %}