initial code for www.sommitrealweird.co.uk
[sommitrealweird.git] / templates / 500.html
1 {% extends "base.html" %}
2
3 {% block title %}Not Found{% endblock %}
4 {% block cmsnavigation %}
5         <ul>
6                 <li><a href="/cms/">Home</a></li>
7         </ul>
8 {% endblock %}
9 {% block content %}
10         <p>Sorry, couldn't find what you were looking for. Oops.</p>
11 {% endblock %}