When I add these code:
{{ if and .Site.DisqusShortname (not (or .Site.Params.disable_comments .Params.disable_comments)) }}
<section id="comments">
{{ template "_internal/disqus.html" . }}
</section>
{{ end }}
I got
error calling partial: html/template:_internal/disqus.html:6:56: predefined escaper "html" disallowed in template
Hugo Static Site Generator v0.40.1 linux/amd64 BuildDate: 2018-04-25T17:16:11Z