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

{{ jumbotron.title }}

{{ jumbotron.main_text }}
{{ jumbotron.small_text }}


{% 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 %}