{% block head %}{% endblock %} {% if request.app.state.dev_mode %}
DEV MODE — sandbox active. Test surface at /dev.
{% endif %} {# Current path drives server-side active-state (no JS). #} {% set _path = request.url.path %} {% set _run = ["/discovery", "/brain-build", "/schedule"] %} {% set _explore = ["/corpus", "/graph", "/themes", "/trending"] %} {% set _tune = ["/domain", "/insights", "/settings"] %}
lit-monitor
checking…
{% block content %}{% endblock %}