Comments
{{#if comments}} {{/if}}
{{#if comments}} {{#each comments as |comment|}}
{{comment.type}}
{{comment.html}}
{{comment.authorName}} {{comment.created }} {{#if comment.isAuthor}}
{{/if}}
{{/each}} {{else}}
{{#if commentsLoading}} {{else}} No Comments. {{/if}}
{{/if}}