Files
meanTorrent/app/views/404.html
2014-02-10 13:24:01 +02:00

8 lines
130 B
HTML

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