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

4 lines
78 B
HTML
Raw Normal View History

2023-05-25 10:41:54 +00:00
{{ range .Widgets }}
{{ partial ( print "widgets/" . ) $.Scope }}
{{ end }}