Comment Tag
The comment tag is available on any template and loops through comments.
Example:
{% comment id: "blog", limit: "2" %}
{{ comment.comment }}
{% comment %}
Options
id
api identifier separated by commas.
category
Category permalinks separated by commas.
limit
Numeric value that limits the number of entries returned.
tags
Tags separated by commas.
order
Fields to order the results by. The default is by the id in ascending order. ASC and DESC can be appended to the field names to change the direction of the order.
Variables
Comment variables can be located here.