Back to Coredns Io

{{.Title}}

themes/coredns/layouts/blog/single.html

latest557 B
Original Source

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

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

{{.Title}}

{{ if .Description }}

{{ .Description | markdownify }}

{{ end }} {{ partial "post/meta" . }}

{{.Content | safeHTML}}

{{ partial "post/byauthor" . }} {{ partial "post/related-content" . }} {{ if .Site.DisqusShortname }} {{ template "_internal/disqus.html" . }} {{ end }} {{ partial "notes-source" . }}

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