multibarchart.html 217 B

12345678910
  1. {# This template adds attributes unique
  2. to multiBarChart #}
  3. {% extends "content.html" %}
  4. {% block body %}
  5. {# calling super guarantees everying in content is also found here ...#}
  6. {{super()}}
  7. {% endblock body %}