{% extends 'base.html' %} {% block title %}Server Logs{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ "\n".join(data) }}