Files
meanTorrent/app/views/404.server.view.html
2014-05-02 18:28:24 +03:00

8 lines
125 B
HTML

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