Files
meanTorrent/modules/core/server/views/404.server.view.html
2014-11-10 23:12:33 +02:00

8 lines
142 B
HTML

{% extends 'layout.server.view.html' %}
{% block content %}
<h1>Page Not Found</h1>
<pre>
{{url}} is not a valid path.
</pre>
{% endblock %}