Back to Coredns Io

Documentation

themes/coredns/layouts/section/docs.html

latest311 B
Original Source

{{ define "title"}} {{ .Title}} {{end}} {{ define "header"}} {{ partial "header" .}} {{end}} {{ define "main"}}

Documentation

{{ range .Data.Pages.ByWeight }}

{{ .Title }}

{{ .Params.description }}

{{ end }}

{{ end }} {{ define "footer"}} {{ partial "footer" .}} {{end}}