Files
hmc_site_source/themes/hugoplate/layouts/partials/widgets/widget-wrapper.html
Devon dfed01d167 First pass working on frontpage
Namely testimonials and top banner
2024-09-22 17:40:15 -07:00

4 lines
78 B
HTML

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