{% extends "base.html" %} {% block content %} {{ super() }} {% if page.nb_url %}
{% if page.file.src_path.endswith('.ipynb') %} Click here to download this notebook {% else %} Click here to download this script {% endif %}
{% endif %} {% endblock content %} {% block scripts %} {{ super() }} {% endblock scripts %}