{% extends "base.html" %} {% block content %}
{% if page.nb_url %} {% include ".icons/material/download.svg" %} Notebook {% endif %} {% if page.data_files %} {% for data_file in page.data_files %} {% include ".icons/material/file-download.svg" %} Data {% endfor %} {% endif %}
{{ super() }} {% endblock content %}