stackedareachart.html 190 B

1234567
  1. {# This is a dummy template, we can use that template to add attributes unique
  2. to stackedareachart #}
  3. {% extends "content.html" %}
  4. {% block body %}
  5. {{ super() }}
  6. {% endblock body %}