{#- Inspect-panel fragment for the knowledge graph's node click: one doc's identity + relationships, fetched by knowledge-graph.js and swapped into #knowledge-graph-panel. Extends no base — inherently fragment-only (the canvas script is the only client). -#} {% import "_links.html" as links with context %} {% if doc %}
{{ doc.id }}
{{ doc.status }}
{%- for tag in doc.tags %} {{ tag }}{% endfor %}
no stored relationships
{% endif %}no knowledge document at '{{ doc_id }}'
{% endif %}