{{ define "main" }}
Static Information Endpoints:
{{ range .Pages }}
{{ if not .Params.redirect }}
-
{{ .Title }}:{{ .RelPermalink }}
{{ end }}
{{ end }}
Redirecting Information Endpoints:
{{ range .Pages }}
{{ if .Params.redirect }}
-
{{ .Title }}:{{ .RelPermalink }}
{{ with .Params.redirect }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ define "cssincludes" }}
{{ $options := dict "targetPath" "_index.css" "outputStyle" "compressed" "enableSourceMap" false -}}
{{ $style := resources.Get "/css/custom/core/_index.scss" | resources.ToCSS $options | resources.Minify | resources.Fingerprint -}}
{{ end }}
{{ define "jsworkerincludes" }}{{ end }}
{{ define "jsdependencyincludes" }}{{ end }}
{{ define "jsincludes" }}{{ end }}