summaryrefslogtreecommitdiffstats
path: root/templates/404.html
blob: bc50f69b4568c20aca1b2b37e9dae06495ab2b7e (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block content %}
	<div class="box">
		<h2>404 - Page Not Found</h2>
		Sorry, the page you've requested does not exist.
	</div>
{% endblock %}