<div class="tickets">
  {{#each tickets}}
    {{>ticket this.fields}}
  {{/each}}
</div>
