{% extends "base.html" %} {% block body %}
{% for j in logs %} {% endfor %}
{{ j[0] }} {{ j[1] }} {{ j[2] }}
{% endblock %}