{{ if .IsPage }}
{{ $defaultCdnJsSite := "cdnjs.cloudflare.com" }}
{{- if and (or .Params.graphviz.enable (and .Site.Params.graphviz.enable (ne .Params.graphviz.enable false))) (or .IsPage .IsHome) -}}
{{- end -}}
{{- if and (or .Params.flowchartDiagrams.enable (and .Site.Params.flowchartDiagrams.enable (ne .Params.flowchartDiagrams.enable false))) (or .IsPage .IsHome) -}}
{{- end -}}
{{- if and (or .Params.sequenceDiagrams.enable (and .Site.Params.sequenceDiagrams.enable (ne .Params.sequenceDiagrams.enable false))) (or .IsPage .IsHome) -}}
{{- end -}}
{{- if .Site.Params.fancybox -}}
{{- end -}}
{{ end }}
{{ template "_internal/google_analytics.html" . }}
{{ partial "copy_button" . }}
{{ if .Site.Params.busuanzi }}
{{ end }}
{{ range .Site.Params.customJS }}
{{ end }}