snipt/templates/404.html

10 lines
236 B
HTML
Raw Normal View History

2011-06-01 21:50:18 -07:00
{% extends "base.html" %}
{% block page-title %}Page Not Found - {{ block.super }}{% endblock %}
2012-04-07 16:16:26 -07:00
{% block body-class %}error{% endblock %}
2012-04-09 10:57:27 -07:00
{% block inline-js %}{% endblock %}
2011-06-01 21:50:18 -07:00
{% block content %}
404: Page Not Found
{% endblock %}