6 lines
125 B
HTML
6 lines
125 B
HTML
|
{% extends "error.html" %}
|
||
|
|
||
|
{% block error_detail %}
|
||
|
<p>Jupyter has lots of moons, but this is not one...</p>
|
||
|
{% endblock %}
|