{{ section_title }}


{% if section_description|length %}
{{section_description}}

{% endif %} {% for feature in features %}
{% for metric in feature.plots %} {% with metric=metric %} {% include 'card.html' %} {% endwith %} {% endfor %}
{% endfor %}