{{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (.Site.Params.comments)) }}
  {{ if .Site.DisqusShortname }}
    <div class="comments">
      {{ template "_internal/disqus.html" . }}
    </div>
  {{ end }}
{{ end }}