{{ 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 %}
{% if notebooks %}

{{ notebooks_button_label or 'Notebooks' }}

{% if show_search_filter %}
{% endif %}
{% endif %} {% if not notebooks %}
📚
No notebooks found
Create your first notebook to get started
{% endif %}
{% if notebooks %} {% for nb in notebooks %}
{{ nb.thumbnail_text or '📒' }}

{{ nb.name }}

{% if nb.description %}

{{ nb.description }}

{% endif %}
{% endfor %} {% endif %}