funk-manager/templates/log.html

7 lines
134 B
HTML
Raw Normal View History

2019-07-11 13:11:26 +00:00
{% extends "base.html" %}
{% block content %}
<h3>Log</h3>
<pre>
{% for line in content %}{{ line }}{% endfor %}
</pre>
{% endblock %}