{% extends "layout.html" %} {% block body %}
{% for stat, value in stats.items() %} {% endfor %}

Stats

{{ stat }} {{ value }}

Last logs

    {% endblock %}