{{#with comment ~}}
  {{#if hasVisibleComponent ~}}
    {{#if shortText}}{{#compact}}{{{shortText}}}{{/compact}}{{/if~}}
    {{#if text}}{{#compact}}{{{text}}}{{/compact}}{{/if~}}
    {{#if tags ~}}
      {{#each tags}} {{{tagName}}} {{{text}}}{{/each~}}
    {{/if~}}
  {{/if~}}
{{/with}}
