{% 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 %}