{# Content document comments. #} {%- if (showUserComments != 'no') and (comments|length > 0) -%} {%- if themeType == 'enhanced' -%}
Comments {%- endif -%}
{%- for comment in comments -%}
{%- if comment.title is not empty -%}
{{- comment.title -}}
{%- endif -%}
By {{- comment.author.firstName -}}  {{- comment.author.lastName -}}   {%- if showUserComments == 'with_author_date' -%} on {{- comment.createdAt|date('F d, Y H:i') -}} {%- endif -%}
{{- comment.content -}}
{%- endfor -%}
{%- endif -%}