blob: 68cb76dcd60ca90167c800d8ae9ca86dac9bcd12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{% extends 'base.html' %}
{% block pagetitle %}500 Oops{% endblock %}
{% block main_section %}
<section class="main-section">
<article>
<h2>Oops!</h2>
<p>An error occurred. Please try again later.</p>
</article>
</section>
{% endblock %}
|