{{ partialCached "scripts/global.html" . }} {{- $vendor := .Site.Params.vendors.plugins }} {{- $router := .Scratch.Get "router" }} {{ $math := .Params.math | default .Site.Params.math }} {{ if $math }} {{- partialCached "scripts/plugins.html" (dict "vendor" $vendor "router" $router "res" .Site.Data.resources.plugins "index" $math) }} {{ if eq $math "katex" }} {{ end }} {{ if eq $math "mathjax" }} {{ end }} {{ end }}