{% extends 'base.html' %} {% load echarts %} {% block main_content %}
{% if chart_info.description %}
{{ chart_info.description }}
{% endif %} {% if chart_info.tags %}
{% for tag in chart_info.tags %} {{ tag }} {% endfor %}
{% endif %}
{% dw_widget chart_obj %} {% if chart_info.body %}
{{ chart_info.body }}
{% endif %}
{% endblock %} {% block extra_script %} {% echarts_js_dependencies chart_obj %} {% echarts_js_content chart_obj %} {% endblock %}