mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 20:21:01 +01:00
8 lines
125 B
HTML
8 lines
125 B
HTML
{% extends 'layout' %}
|
|
|
|
{% block content %}
|
|
<h1>Page Not Found</h1>
|
|
<pre>
|
|
{{url}} is not a valid path.
|
|
</pre>
|
|
{% endblock %} |