You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1>{{PAGE_TITLE}}</h1>
|
|
|
|
<div class="bg-light font-monospace p-2 rounded overflow-scroll" style="max-height: 100%; max-width: 100%; white-space: pre-wrap;">{{ log }}</div>
|
|
{% endblock %}
|