chill_hugoplate/themes/hugoplate/layouts/partials/widgets/widget-wrapper.html

4 lines
78 B
HTML
Executable File

{{ range .Widgets }}
{{ partial ( print "widgets/" . ) $.Scope }}
{{ end }}