{% extends "d3/d3base.html" %} {% block custom_css %} {% endblock custom_css %} {% block main_content %} {% if TOTAL_CLASSES %}

Classes ({{TOTAL_CLASSES}})

{# not working#}
 
{% endif %} {% endblock main_content %} {% block extra_footer %} Visualization developed with d3.js. {% endblock extra_footer %} {% block the_javascript %} {# JAVASCRIPT #} {% include 'shared/js_slidereveal.html' %} {% endblock the_javascript %}