Back to Coredns Io

{{.Title}}

themes/coredns/layouts/community/list.html

latest414 B
Original Source

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

{{ template "_internal/schema.html" . }}

{{.Title}}

{{ .Site.Data.subtext.community.content | markdownify }}

{{.Content | safeHTML}} {{ if .Site.DisqusShortname }} {{ template "_internal/disqus.html" . }} {{ end }}

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