{{ define "head" }} {{ if .Parent.Params.noindex }} {{ end }} {{ end }} {{ define "title" }} {{ if .Parent }}{{ .Parent.Title }} - {{ end }}{{ if .Title }}{{ .Title }}{{ else }}{{ .File.LogicalName }}{{ end }} {{ end }} {{ define "main" }} {{ if .Parent }} {{ .Parent.Title }} {{ end }}

{{ .Title }}

{{ if .Params.dev }}

Note: this section is still under development, who knows if it’ll exist in the future

{{ end }} {{ .Content }} {{ partial "backlinks.html" . }} {{ end }}