tellform/app/views/404.server.view.html
David Baldwynn 87b351efea first commit
2015-06-29 15:51:29 -07:00

9 lines
143 B
HTML
Executable file

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