notebook/jupyter_notebook/templates/404.html
2015-04-08 23:04:17 -07:00

6 lines
122 B
HTML

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