summaryrefslogtreecommitdiff
path: root/qutebrowser/html/pre.html
blob: 5fb9c7f40c573d8e2df7482c05bbe1d8bc1fd447 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}
{% block content %}
{{ super() }}
{% if preamble is defined %}
    <p>{{ preamble }}</p>
{% endif %}
<pre>
{{ content }}
</pre>
{% endblock %}