{% extends "shared/d3_base.html" %} {% block custom_css %} {% endblock custom_css %} {% block main_content %}
{% if TOTAL_CLASSES %} Classes ({{TOTAL_CLASSES}})   {% endif %} {% if TOTAL_PROPERTIES %} Properties ({{TOTAL_PROPERTIES}})   {% endif %} {% if TOTAL_CONCEPTS %} Concepts ({{TOTAL_CONCEPTS}}) {% endif %}
{% endblock main_content %} {% block extra_footer %} Visualization developed with d3.js. {% endblock extra_footer %} {% block the_javascript %} {% include 'shared/js_slidereveal.html' %} {% endblock the_javascript %}