{{ if site.Params.comments.engine | and (index site.Params.comments.commentable .Type) | and (ne .Params.commentable false) | or .Params.commentable }} <section id="comments"> {{ if eq site.Params.comments.engine 1 }} {{ partial "comments/disqus.html" . }} {{ else if eq site.Params.comments.engine 2 }} {{ partial "comments/commento.html" . }} {{ end }} </section> {{ end }}