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

Plugins

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

{{ .Scratch.Set "url1" "/2017/03/01/how-to-add-plugins-to-coredns/" }} {{ .Scratch.Set "link1" "Write Plugins" }} {{ .Scratch.Set "class1" "primary" }} {{ .Scratch.Set "url2" "/2017/07/25/compile-time-enabling-or-disabling-plugins/" }} {{ .Scratch.Set "link2" "Enable Plugins" }} {{ .Scratch.Set "class2" "outline" }} {{ partial "plugin-action-button" . }}
{{ range .Data.Pages.ByWeight }}

{{ .Title }}

{{ .Params.description | markdownify }}

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