15 lines
No EOL
341 B
HTML
15 lines
No EOL
341 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block styles %}
|
|
pre {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
overflow: scroll;
|
|
font-family: inherit;
|
|
font-size: 1rem;
|
|
line-height: inherit;
|
|
}
|
|
{% endblock styles %}
|
|
|
|
{% block content %}<pre><code>{{ content|safe }}</code></pre>{% endblock content %} |