{{ section_title }}

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

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

{%- endif -%} {%- if features | length -%} {%- for feature in features -%}
{%- if feature.plots is mapping -%} {%- for ref, plots in feature.plots.items() -%}

{{ feature.titles.get(ref, ref) }}

{{ feature.descriptions[ref] }}
{%- for metric in plots -%} {%- with metric=metric -%} {%- include 'card.html' -%} {%- endwith -%} {%- endfor -%}
{%- endfor -%} {%- else -%}
{%- for metric in feature.plots -%} {%- with metric=metric -%} {%- include 'card.html' -%} {%- endwith -%} {%- endfor -%}
{%- endif-%}
{%- endfor -%} {%- else -%}
{%- for metric in plots -%} {%- with metric=metric -%} {%- include 'card.html' -%} {%- endwith -%} {%- endfor -%}
{%- endif -%}