{% extends "analytics/base.html" %} {% load staticfiles %} {% block title %} {% if title %} {{ title }} {% endif %} {% endblock title %} {% block content %} {% include "chartflo/head.html" %} {% if title %}

{{ title }}

{% endif %} {{ html_data|safe }} {% endblock content %}