diff options
Diffstat (limited to 'theme/templates/404.html')
-rw-r--r-- | theme/templates/404.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/templates/404.html b/theme/templates/404.html new file mode 100644 index 0000000..d43d0ad --- /dev/null +++ b/theme/templates/404.html @@ -0,0 +1,3 @@ +{% extends "base.html"%} +{% block pagetitle %}For oh four{% endblock %} +{% block content %}Whoopsie!{% endblock %} |