{% extends "base.html" %} {% set config = graph.meta.config %} {% 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 config.raw_toml or config.raw_json %}

Raw formats

The raw data used to render this graph is available in the following formats:

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