Back to Go Cloud

{{ .Title }}

internal/website/layouts/howto/list.html

0.45.0259 B
Original Source

{{ define "main" -}}

{{ .Title }}

{{ partial "page-toc.html" . }} {{ partial "header-link.html" .Content }} {{ if or .Data.Pages }} {{- range .Data.Pages.GroupBy "Weight" }} {{- range .ByTitle }} {{.Render "li"}} {{- end }} {{- end }} {{- end }} {{- end }}