{% set nosidebar = True %} {% import "utils.html" as utils %} {% extends "layout.html" %} {% set components = [] %} {% block title %}Log{%endblock%} {% block body %}
    {% for item in log_lines -%}
            {{ item -}}
    {% endfor %}
{% endblock %}