tellform/app/views/404.server.view.html

9 lines
143 B
HTML
Raw Normal View History

2015-06-29 22:51:29 +00:00
{% extends 'layout.server.view.html' %}
{% block content %}
<h1>Page Not Found</h1>
<pre>
{{url}} is not a valid path.
</pre>
{% endblock %}