You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
1.1 KiB
HTML
10 lines
1.1 KiB
HTML
<!doctype html><html><head><meta charset="utf-8"><title>{% block title %}{{page_title | e}}{% endblock %}</title>{% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="/static/favicons/favicon.ico">{% endblock %}<script defer="defer" src="{{page_config.fullStaticUrl}}/main.7a75751af2744ba1f361.js?v=7a75751af2744ba1f361"></script></head><body class="jp-ThemedContainer">{% block stylesheet %}<style>/* disable initial hide */
|
|
div#header, div#site {
|
|
display: block;
|
|
}</style>{% endblock %} {% block site %}<div class="error">{% block h1_error %}<h1>{{status_code | e}} : {{status_message | e}}</h1>{% endblock h1_error %} {% block error_detail %} {% if message %}<p>The error was:</p><div class="traceback-wrapper"><pre class="traceback">{{message | e}}</pre></div>{% endif %} {% endblock %}{% endblock %} {% block script %}<script>window.onload = function () {
|
|
var tb = document.getElementsByClassName('traceback')[0];
|
|
tb.scrollTop = tb.scrollHeight;
|
|
{% if message %}
|
|
console.error("{{message | e}}")
|
|
{% endif %}
|
|
};</script>{% endblock script %}</div></body></html> |