{% if title %}
{{ title }} - {{ gettext("SSO Portal") }}
{% else %}
{{ gettext("SSO Portal") }}
{% endif %}
{{ gettext("SSO Portal") }}
{{ gettext("Home") }}
{% if g.user.is_authenticated %}
{{ g.user.name }}
{{ gettext("Settings") }}
{{ gettext("Logout") }}
{% endif %}
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}