{% extends '_layout.html' %} {% block title %}Home{% endblock %} {% block content -%}

Welcome to {{ config.APP_NAME }}!

{% if session.user %}

Here you can see all the information of the servers running your application, as well as being able to manage them and explore interesting statistics information.

Server Management Statistics

{% else %}

You need to be logged in to have access to the statistics.

Log in {% endif %}
{%- endblock %}