{{ partial "header.html" . }} {{ partial "navbar.html" . }}

{{ .Title }}

 

{{ .Content }}

 
{{ if .Param "discoursetopic" }} {{ partial "discourse.html" . }} {{ end }}
{{ $filename := .File.BaseFileName }} {{ $datafile := index $.Site.Data.specifications $filename }} {{ if $datafile.versions }}
    {{ range $datafile.versions }}
  1. version {{ .number }} {{ .description }}
  2. {{ end }}
{{ end }}
{{ partial "footer.html" . }}