These comment list style patterns illustrate some of the ways that you present comments to your visitors. They can be used for article, post and request comments and easily modified using utilities to match you requirements.
Comment list patterns are designed to replace the built-in comment lists on the Article, Request and/or Community Post pages. To use a given pattern, copy-and-paste the code into one of the above pages, replacing the existing comment list:
{{#if comments}}
<ul class="list-unstyled">
{{#each comments}}
<li>
...
</li>
{{/each}}
</ul>
{{/if}}
The surrounding markup (e.g., comment header and form) can be left unchanged.