{% if title %} {{ title }} - Chat {% else %} Chat {% endif %}
Chat: Home {% if current_user.is_anonymous %} Login {% else %} Logout {% endif %} Sign up

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% block content %}{% endblock %}