{% if request.endpoint == 'main.home' or request.endpoint == 'user.conversation' or request.endpoint == 'user.conversations' %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}