{% if title %} {{ title }} - SSO Portal {% else %} SSO Portal {% endif %}
SSO: Home {% if g.user.is_authenticated %} Logout {% endif %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% block content %}{% endblock %}