{{ $trustedMath := false }}
{{ if isset $.Params "trustedmath" }}
{{ if $.Params.trustedmath }}
{{ $trustedMath = . }}
{{ end }}
{{ else if isset $.Site.Params.page "trustedmath" }}
{{ if $.Site.Params.page.trustedmath }}
{{ $trustedMath = . }}
{{ end }}
{{ end }}