---
title: Team
description: this is our team
template: default.hbs
---

<ul>
  {{#each team}}
    <li>{{this}}</li>
  {{/each}}
</ul>
