{% block head %}{% endblock %}
Cloud Manager
Dashboard
Billing
Users
Payments
Plans
Services
Containers
VMs
Infrastructure
Datacenters
Servers
IPs
Tasks
Traffic
Settings
Logout
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{{ title }}
{{ subtitle }}
{% block content %}{% endblock %}