{% extends 'body_base.html' %} {% block main %}
{{plot_html|safe}}

Entities

{% for entity in entities %}

{{entity.id}} - {{entity.description}}

{% endfor %}

Relationships

{{relationships}}

{% endblock %}