rophako/rophako/www/errors/404.html

9 lines
178 B
HTML
Raw Normal View History

2014-02-19 06:30:21 +00:00
{% extends "layout.html" %}
{% block title %}Page Not Found{% endblock %}
{% block content %}
<h1>Page Not Found</h1>
The page you requested could not be found.
{% endblock %}