Predefined escaper "html" disallowed in template

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

We need more info to help you.
You get what error?
And if possible share your code.

I am not sure if that means we can’t use internal template anymore, currently I am using a custom template for disqus.

My first suggestion is to upgrade your version of Hugo