projects
/
sommitrealweird.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Actually add comments to blog, tidy up rst handling to make sure we get xhtml1.1...
[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 %}