{% extends "base.html" %}

{% block content %}
	<div class="box">
		<h2>403 - Access Forbidden</h2>
		Sorry, the page you've requested is not available.
	</div>
{% endblock %}