mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
6 lines
122 B
HTML
6 lines
122 B
HTML
{% extends "error.html" %}
|
|
{% block error_detail %}
|
|
<p>You are requesting a page that does not exist!</p>
|
|
{% endblock %}
|
|
|