{{ section_title }}

{% if features | length %} {% endif %}

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

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