mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-29 10:39:19 +01:00
8 lines
121 B
HTML
8 lines
121 B
HTML
{% extends 'layout.server.view.html' %}
|
|
|
|
{% block content %}
|
|
<h1>Server Error</h1>
|
|
<pre>
|
|
{{error}}
|
|
</pre>
|
|
{% endblock %} |