{% extends "_section.html" %} {% from '_macros.html' import render_figure %} {% block section_content -%}
{{ render_figure(obj.plot_heat) }}
{{ render_figure(obj.plot_radar) }}
{%- endblock %}