{% extends "base.html" %} {% block content %}

Logger

{% if logs is not none and logs|length > 0 %}
{% for log in logs %}
    {{ log[1]['message'] }}
{% endfor %}
{% else %}

You have no logging information

{% endif %} {% endblock %}