{# FG-4: /graph — read-only Knowledge Graph overview. The corpus-wide counts are deferred to /graph/overview and lazy-loaded via HTMX so this shell paints instantly and degrades gracefully when the graph is absent. #} {% extends "base.html" %} {% block title %}Knowledge Graph — lit-monitor{% endblock %} {% block content %}
{# Heavy Cypher counts load lazily so the page renders immediately. #}

Loading graph overview…

{% endblock %}