The
{{comments}} helper outputs Ghost’s member-based commenting system. Learn more about comments.
Comments are visible only when they have been (1) enabled by the publication owner and (2) the person visiting the page has access to the post.
Basic example
{{comments}}outputs a title and comment count. These elements, along with the color mode and the saturation of the avatar’s background color, can be customized via attributes.
Attributes
Example with attributes
Comment count
Use{{comment_count}} to output the number of comments a post has. This option is useful for displaying the comment count on the homepage or at the top of the post. Developers can also use it to customize the output of the{{comments}} helper.
Attributes
Examples
Additional customization
Use thecomments helper with {{#if}} for more granular control over output. {{#if comments}} returns true when (1) comments have been enabled and (2) the reader has access to the post.

