{{ header }}
{% if message and message != 'empty' %}{{ message|safe }}
{% else %} {% if not message or message == '' or message == 'empty' %} {# show nothing #} {% else %}Welcome to Mercury. You're viewing notebooks turned into user-friendly apps.
Feel free to interact and explore - everything is designed to be simple and safe.
{% endif %} {% endif %}Notebooks
π
No notebooks found
Create your first notebook to get started
{% if notebooks %}
{% for nb in notebooks %}
{% endfor %}
{% endif %}
{{ nb.thumbnail_text or 'π' }}
{{ nb.name }}
{% if nb.description %}{{ nb.description }}
{% endif %}