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

Data

Graph insights

Detached edges {{ detached_count }}

Detached edges

Expand to see all detached edges. {% for pair in detached_pairs %} {% endfor %}
DestinationAnchors
{{ pair.0 }}{{ pair.1 }}

Metadata

This graph was rendered using en {{ en_version }} (release notes).

{% if graph.meta.config.raw and (graph.meta.config.raw_toml or graph.meta.config.raw_json) %}

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

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