{{ $stylesheet := .Site.Data.webpack.main }} {{ with $stylesheet.css }} {{ end }} {{ block "header" . }}{{ partial "header" . }}{{end}} {{ block "main" . }}{{end}} {{ block "footer" . }}{{ partial "footer" . }}{{end}} {{ $script := .Site.Data.webpack.main }} {{ with $script.js }} {{ end }}