{% extends "base.html" %} {% block title %}Data{% endblock title %} {%- block body %}

Data

Metadata

Detached edges {{ detached_count }}

Detached edges

Expand to see all detached edges. {% for pair in detached_pairs %} {% endfor %}
DestinationAnchors
{{ pair.0 }}{{ pair.1 }}
{% if graph.meta.config.raw and (graph.meta.config.raw_toml or graph.meta.config.raw_json) %}

Raw formats

Structured data representing this graph is available in the following formats:

{% endif %} {%- endblock body %}