{% extends "base.html" %} {% block title %}Logs — IRC Bot Portal{% endblock %} {% block content %}

Bot Logs

Download
{% for line in lines %}
{{ line|e }}
{% endfor %}
{% endblock %}