{% extends "index/_base.html" %} {% block content %} {{ super() }}
{% for log in logs %} {% endfor %}
{{ log }}
{% endblock %}