{{ app_name }}
{{ chat_list_html | safe }}
{% if is_guest %} Sign In / Sign Up {% else %}
{{ user_name[:2] }}
{{ user_name }}
Sign out
{% endif %}