{% extends "base.html" %} {% block content %}
{% for log in logs %} {{ log[1]['message'] }} {% endfor %}
You have no logging information