{% capture comments_label %}{{ "Leave a comment" }}{% endcapture %}

{{ comments_label }}

{% case site.comments.provider %} {% when "disqus" %}
{% when "custom" %}
{% endcase %}