{% extends 'body_base.html' %} {% block main %} Entities All Types {% for type in entity_types %} {{ type }} {% endfor %} All Categories {% for category in content_categories %} {{ category }} {% endfor %} Filter {% include "knowledge/entity_list.html" %} Relationships {% include "knowledge/relationship_table.html" %} {{ plot_html | safe }} {% endblock %}