{% extends 'festival_wireframe.html' %}

{% block title %} Oops.. we made an error.. {% endblock %}
{% block extra_head %}
<link rel="stylesheet" type="text/css" href="/static/css/error_pages.css" />
{% endblock %}

{% block centerCol %}
  <div class="errorTxt">
  Oops.. the website made a booboo.<br /><br />
  Please contact admin@theatreforum.in if this error persists.<br /><br />
  Thanks, and err.. apologies.
  </div>
{% endblock %}