{% extends 'bootstrap3/base.html' %} {% block main_content %} {% if jumbotron %}

{{ jumbotron.title }}

{{ jumbotron.main_text }}

{{ jumbotron.small_text }}

{% endif %} {% if top_chart_info_list %} {% include layout_tpl with chart_info_list=top_chart_info_list only %} {% endif %} {% endblock %}