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

{{ .Title}}

{{ .Params.bref }}

{{ range .Data.Pages.ByWeight }}

{{ .Title }}

{{ .Params.description }}

{{ end }}

If you want to find out how to implement your own Pub/Sub adapter, check out Implementing custom Pub/Sub.

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