summaryrefslogtreecommitdiff
path: root/qutebrowser/html/pre.html
blob: cfcfad3591fa5f7273c2729a86cfdc644deb2fdf (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}
{% block content %}
{{ super() }}
<pre>
{{ content }}
</pre>
{% endblock %}