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