aboutsummaryrefslogtreecommitdiffstats
path: root/browser/templates/frag_error.html.j2
blob: f014f0a55c9b3d308860fe8d99df09e611581773 (plain)
1
2
3
4
5
6
7
8
9
10
{% if container %}
<{{ container }}>
{% endif %}

<h2>Error</h2>
{{ error }}

{% if container %}
</{{ container }}>
{% endif %}