Files
caminus/templates/404.html
2012-03-07 17:22:54 -05:00

12 lines
255 B
HTML

{% extends 'base_fullwidth.html' %}
{% block sectiontitle %}Four Oh Four{% endblock %}
{% block title %} 404 - Page not found!{% endblock %}
{% block content %}
<div class="item">
The page you were looking for could not be found.
</div>
{% endblock %}