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

#{{ channel }} logs for {{ pdate }}

{% for tm, name, marker, msg in history %}
[{{ tm }}] <{{ name }}> {{ msg }}
{% endfor %}
{% endblock %}