{{ $style := resources.Get "css/styles.css" }} {{ $syntax := resources.Get "css/syntax.css" }} {{ $bundle := slice $style $syntax | resources.Concat "css/bundle.css" | minify | fingerprint }} {{ block "head" . }}{{ end }}
{{ block "header" .}}{{ end }}