dotanoobs/templates/not_found.html
2013-12-22 14:41:55 -06:00

10 lines
171 B
HTML

{% extends "layout.html" %}
{% block title %} Not Found {% endblock %}
{% block content %}
The requested {{ descriptor or 'page' }} could not be found.
{% endblock %}