{%- if page.comments %} {%- if theme.injects.comment.length == 1 %} {%- set inject_item = theme.injects.comment[0] %} {{ partial(inject_item.layout, inject_item.locals, inject_item.options) }} {%- elif theme.injects.comment.length > 1 %} {%- if theme.comments.style == 'buttons' %}
{%- for inject_item in theme.injects.comment %} {{ inject_item.locals.button }} {%- endfor %}
{%- for inject_item in theme.injects.comment %}
{{ partial(inject_item.layout, inject_item.locals, inject_item.options) }}
{%- endfor %} {{- next_js('comments-buttons.js', { pjax: true }) }} {%- elif theme.comments.style == 'tabs' %}
{%- for inject_item in theme.injects.comment %}
{{ partial(inject_item.layout, inject_item.locals, inject_item.options) }}
{%- endfor %}
{%- endif %} {%- endif %} {%- endif %}