{%extends "base.html"%} {%block title%} Jupyter Notebooks {%endblock%} {%block css%} {%endblock%} {%block content%}

Current Notebooks

{%for item in links:%} {%endfor%}
{%endblock%}