+
{% endblock %}
diff --git a/ec-templates/not_running.html b/ec-templates/not_running.html
new file mode 100644
index 0000000..8a06b67
--- /dev/null
+++ b/ec-templates/not_running.html
@@ -0,0 +1,78 @@
+
+{% extends "page.html" %}
+{% block main %}
+
+
+
+ {% block heading %}
+
+ {% if failed %}
+ Spawn failed
+ {% else %}
+ Server not running
+ {% endif %}
+
+ {% endblock heading %}
+ {% block message %}
+
+ {% if failed %}
+ The latest attempt to start your server {{ server_name }} has failed.
+ {% if failed_html_message %}
+
+
{{ failed_html_message | safe }}
+
{% elif failed_message %}
+
{{ failed_message }}
+
+ {% endif %}
+ Would you like to retry starting it?
+ {% else %}
+ Your server {{ server_name }} is not running.
+ {% if implicit_spawn_seconds %}
+ It will be restarted automatically.
+ If you are not redirected in a few seconds,
+ click below to launch your server.
+ {% else %}
+ Would you like to start it?
+ {% endif %}
+ {% endif %}
+
+ {% endblock message %}
+ {% block start_button %}
+
+ {% if failed %}
+ Relaunch
+ {% else %}
+ Launch
+ {% endif %}
+ Server {{ server_name }}
+
+ {% endblock start_button %}
+
+
+
+{% endblock main %}
+{% block script %}
+ {{ super () }}
+ {% if implicit_spawn_seconds %}
+
+ {% endif %}
+
+{% endblock script %}
diff --git a/ec-templates/oauth.html b/ec-templates/oauth.html
new file mode 100644
index 0000000..881ae6a
--- /dev/null
+++ b/ec-templates/oauth.html
@@ -0,0 +1,54 @@
+
+{% extends "page.html" %}
+{% block login_widget %}
+{% endblock login_widget %}
+{% block main %}
+
+
+
+
Authorize access
+
An application is requesting authorization to access data associated with your JupyterHub account
+
+ {{ oauth_client.description }} (oauth URL: {{ oauth_client.redirect_uri }})
+ would like permission to identify you.
+ {% if scope_descriptions | length == 1 and not scope_descriptions[0].scope %}
+ It will not be able to take actions on
+ your behalf.
+ {% endif %}
+
+
+
+
+
+{% endblock main %
diff --git a/ec-templates/page.html b/ec-templates/page.html
index 90bc452..9494a71 100644
--- a/ec-templates/page.html
+++ b/ec-templates/page.html
@@ -4,6 +4,14 @@
{% block stylesheet %}
{{ super() }}
+
+
+
+
{% endblock stylesheet %}
+
{% block script %}
{{ super() }}
@@ -250,7 +259,7 @@
>
{% endif %}
- {% endif %}
+ {% endif %}
@@ -258,6 +267,49 @@
{% endblock nav_bar %}
+{% block announcement %}
+{% if announcement %}
+