{% extends 'base.html' %}
	
	{% block body_content %}
		<div class="bodyContent">
			<p class="largeFont">Oops! The server made a boo-boo! We're working on it.</p>
		</div>

	{% endblock %}