{{ if .Params.widgets }} {{ .Scratch.Set "widget" .Params.widgets }} {{ else }} {{ .Scratch.Set "widget" site.Params.widgets }} {{ end }} {{ partial "widgets/widget-wrapper" ( dict "Widgets" (.Scratch.Get "widget") "Scope" . )}}