
{{# if comments.length }}
  {{#each comments}}
    <p><strong>Comment:</strong> {{this.comment}}</p>
  {{/each}}
{{/ if }}

