{% extends "layouts/base.html" %} {% block custom_css %} {{ super() }} {% for label, chart_group in charts_config.items() %} {% if chart_group['enabled'] and chart_group['css_url'] %} {% endif %} {% endfor %} {% endblock %} {% block body %} {{ super() }}