{{ 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

{% endif %} {% if not notebooks %}
πŸ“š
No notebooks found
Create your first notebook to get started
{% endif %}