{% extends "material/tree.html" %} {% set fallback_template = fallback_template or 'offline-lab' %} {% block head %} {{ super() }} {% endblock head %} {% block body %} {{ page_title }} Click to launch notebooks with Voila: {% if breadcrumbs|length > 1: %} arrow_back .. {% endif %} {% for content in contents.content %} {% if content.type == 'notebook' %} library_books {{content.name}} note {% endif %} {% if content.type == 'directory' %} folder {{content.name}} {% endif %} {% endfor %} {% block custom_content %} {% endblock custom_content %} {% endblock body %}