{% if site.comments.provider and page.show_comments %} {% case site.comments.provider %}

{% when "disqus" %}
  {% include /comments-providers/disqus.html %}
{% when "custom" %}
  {% include /comments-providers/custom.html %}

{% endcase %} {% endif %}