{{ define "title" -}} {{ .Title }} | {{ .Site.Title }} {{- end }} {{ define "header" }} {{ partial "masthead.html" . }} {{ end }} {{ define "main" }}

{{ .Title }}

{{ if .Description }}
{{ .Description }}
{{ end }}
{{/* TODO: Allow schema specification by type */}} {{/* {{ template "_internal/schema.html" . }} */}} {{ with .Params.html_attributes }}
HTML attributes: {{ delimit (apply (apply (sort .) "partial" "definition-data.html" ".") "chomp" ".") ", " }}
{{ else }}
HTML attributes:
None available
{{ end }} {{ with .Params.custom_attributes }}
Custom attributes: {{ delimit (apply (apply (sort .) "partial" "definition-data.html" ".") "chomp" ".") ", " }}
{{ else }}
Custom attributes:
None available
{{ end }} {{ .Content }} {{ end }} {{ define "footer" }} {{ partial "powered-by.html" . }} {{ partial "cookie-disclaimer.html" . }} {{ end }}