{% if page.comments != false %}

<section class="comments">
  <h2>Comments</h2>
  {% include disqus.html %}
</section>

{% endif %}