{% extends "base.html" %} {% block content %} {% if error %}
{{ error }}
{% endif %} {% if flash %}
{{ flash }}
{% endif %} {% if embedded_flash %}
{{ embedded_flash.msg }}
{% endif %} {% if embedded_error %}
{{ embedded_error }}
{% endif %}

Embedded SecantusDB server

{% if embedded.running %}
{{ embedded.uri }}
Storage at {{ embedded.storage_path }} ยท the admin app is connected to it.
{% else %}
stopped
Click Start to spin up an in-process server; the admin app will switch its target to it automatically.
{% endif %}
{% if embedded.running %}
{% else %}
{% endif %}

Switch to a new target

Recently used

{% if targets %} {% for t in targets %} {% endfor %}
URI Actions
{{ t.display_uri }} {% if t.is_current %}current{% endif %} {% if not t.is_current %}
{% else %} โ€” {% endif %}
{% else %}

No saved targets yet โ€” switch to one above and it'll show up here.

{% endif %} {% endblock %}