{{ if and .Site.DisqusShortname (not (or .Site.Params.comments .Params.comments)) }}
<section class="comments block">
{{ template "_internal/disqus.html" . }}
</section>
{{ end }}