{% extends "base.html" %} {% block content %} {% if page.nb_url %}
{% include ".icons/material/download.svg" %} Download notebook
{% endif %} {{ super() }} {% endblock content %} {% block config %} {{ super() }} {% endblock config %}