{% extends "d3base.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 %} {# JAVASCRIPT #} {% if save_on_github %} {% else %} {% endif %} {% include 'js_slidereveal.html' %} {# JAVASCRIPT FOR D3 TREE #} {% endblock the_javascript %}