{{- $scope := default "homepage" .Scope -}} {{- $context := .Context -}} {{- $isCategoriesPage := and (eq $context.Kind "taxonomy") (eq $context.Type "categories") }} {{- $isTagsPage := and (eq $context.Kind "taxonomy") (eq $context.Type "tags") }} {{- with (index .Context.Site.Params.widgets $scope) -}} {{ end }}