{% extends "layouts/base.html" %} {% set peopleItems = helpers.filterCollectionByKeys(collections.people, team) %} {% block content %}

{{ title }}

{{ summary }}

{{ hero.imageAlt }}

Key facts

    {% for item in keyFacts %}
  1. {{ item.primary }} {{ item.secondary }}
  2. {% endfor %}
{% if peopleItems %}

Meet the team behind this project

{% include "partials/people.html" %}
{% endif %}
{% include "partials/cta.html" %} {% endblock %}