{% extends "root.html" %} {% block head %} Chats - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav(selected="chats") }}
{% if channel %}
{% endif %} {% if selected_channel %} {% endif %}
{% endblock %}