{% extends "base.html" %} {% block title %}Login — vCenter Portal{% endblock %} {% block content %}

vCenter Portal

Sign in to manage your virtual infrastructure

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
{% endblock %}