{{ channel.name }}
{% if channel.description %}— {{ channel.description }}{% endif %}
{{ channel.members.count }} members
{% extends 'chat/base.html' %} {% block title %}#{{ channel.name }} — DiscordClone{% endblock %} {% block body %} {% with profile=request.user.profile %}