chill_hugoplate/layouts/partials/widgets/widget-wrapper.html
2023-07-24 11:04:33 +06:00

4 lines
78 B
HTML
Executable File

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