{{- partial "head.html" . -}} {{- partial "header.html" . -}} {{- block "main" . }}{{- end }} {{- partial "footer.html" . -}} {{ $scriptJquery := resources.Get "js/jquery-3.6.3.min.js" }} {{ $scriptIcons := resources.Get "js/icons.js" }} {{ $scriptIndex := resources.Get "js/index.js" }} {{ $js := slice $scriptJquery $scriptIcons $scriptIndex | resources.Concat "js/script.js" | resources.Minify | resources.Fingerprint }} {{- partial "custom_body.html" . -}}