7 lines
233 B
HTML
7 lines
233 B
HTML
{% 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 %}
|