{% extends 'noel/base.html' %}

{% block title %} Oops.. we made an error.. {% endblock %}
{% block extra_head %}

{% endblock %}

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