Files
meanTorrent/app/views/404.server.view.html
2014-05-02 18:41:52 +03: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 %}