realms-wiki/realms/templates/errors/404.html

6 lines
89 B
HTML
Raw Normal View History

2013-10-03 17:58:07 +03:00
{% extends 'layout.html' %}
{% block body %}
<h1>Page Not Found</h1>
{% endblock %}