{{> example/_header this }}

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