themes/kube/layouts/section/community.html [1:22]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ define "title"}} {{ .Site.Title}} – {{ .Title}} {{end}} {{ define "header"}} {{ partial "header" .}} {{end}} {{ define "main"}}

{{.Title}}

{{ range .Data.Pages.ByWeight }}

{{ .Title }}

{{ .Params.description }}

{{ end }}
{{ end }} {{ define "footer"}} {{ partial "footer" .}} {{end}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - themes/kube/layouts/section/documentation.html [1:22]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ define "title"}} {{ .Site.Title}} – {{ .Title}} {{end}} {{ define "header"}} {{ partial "header" .}} {{end}} {{ define "main"}}

{{.Title}}

{{ range .Data.Pages.ByWeight }}

{{ .Title }}

{{ .Params.description }}

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