{% extends "frame.html" %} {% block body %}

Logs


{% for i in log %} {% endfor %}
id method path
{{ i["id"] }} {{ i["request"]["method"] }} {{ i["request"]["path"] }}
{% endblock %}