Files
site/themes/minimo/layouts/partials/extras/widget_area.html
2021-09-06 13:02:12 -04:00

10 lines
261 B
HTML

{{- range .Widgets -}}
{{- if eq . "search" -}}
{{- if not ( eq $.Scope.Layout "search" ) -}}
{{- partial ( print "widgets/" . ) $.Scope -}}
{{- end -}}
{{- else -}}
{{- partial ( print "widgets/" . ) $.Scope -}}
{{- end -}}
{{- end -}}