{{ define "main" }}
{{ with .Title | safeHTML }}

{{ . }}

{{ end }} {{ with .Params.description }}

{{ . }}

{{ end }}
{{ .Content }} {{ $data := dict }} {{ $path := "links.yaml" }} {{ with .Resources.Get $path }} {{ with . | transform.Unmarshal }} {{ $data = . }} {{ end }} {{ else }} {{ errorf "Unable to get quicklinks %q" $path }} {{ end }}
{{ range $data }} {{ with .url }} {{- end -}}
{{- .label | markdownify -}}
{{- with .url -}}
{{- end -}} {{ end }}
{{ end }}