notebook/IPython/html/templates/404.html
2013-12-22 17:58:15 -08:00

6 lines
122 B
HTML

{% extends "error.html" %}
{% block error_detail %}
<p>You are requesting a page that does not exist!</p>
{% endblock %}