mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-19 18:29:37 +01:00
12 lines
137 B
HTML
12 lines
137 B
HTML
|
<h2>Pywb Error</h2>
|
||
|
<b>{{ err_msg }}</b>
|
||
|
|
||
|
{% if err_details %}
|
||
|
<p>Error Details:</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
{{ err_details }}
|
||
|
</pre>
|
||
|
</p>
|
||
|
{% endif %}
|