{% extends 'base.html' %} {% load echarts %} {% block main_content %} {% if jumbotron %}

{{ jumbotron.title }}


{{ jumbotron.main_text }}

{{ jumbotron.small_text }}

{% endif %} {% if chart_obj %}
{% echarts_container chart_obj width="100%" height="320px" %}
{{ chart_info.title }}

{{ chart_info.description }}

{% endif %} {% if home_values_panel %} {% dw_values_panel home_values_panel %} {% endif %} {% if top_chart_info_list %} {% include layout_tpl with chart_info_list=top_chart_info_list only %} {% endif %} {% endblock %} {% block extra_script %} {% if chart_obj %} {% echarts_js_dependencies chart_obj %} {% echarts_js_content chart_obj %} {% endif %} {% endblock %}