Select Notebook
-
{% if breadcrumbs | length > 1: %}
- .. {% endif %} {% set files = contents.content | list %} {% for content in files %} {% if content.type == 'directory' %}
- {{ content.name }} {% endif %} {% endfor %} {% for content in files %} {% if content.type in ['notebook', 'file'] %}
- {{ content.name }} {% endif %} {% endfor %}