{% assign tags = include.value.comment.tags | where: "tag", "see" %} {% assign count = tags | size %} {% if count > 0 %}

See Also

{% for tag in tags %} {{ tag.text | tsdoc }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %}