{%- extends "page.html" -%} {%- block main -%}
{%- if active_servers %}
Choose a running server to open Jupyter Notebook


Do you want to create a new Jupyter Notebook at {{ template }} using this template?

{%- else %}
No running servers found.

Please start a Jupyter Notebook server first.

{%- endif %}
{%- endblock -%} {%- block script -%} {%- endblock -%}