{{ $docs := where site.Pages "Section" "docs" }} {{ $description := .Params.description }} {{ $currentUrl := .RelPermalink }} {{ $isNew := .Params.new }} {{ $docsSections := where site.Sections "Section" "docs" }} {{ $currentSection := .CurrentSection.Name }} {{ partial "navbar.html" . }}

{{ .Title }} {{ if $isNew }} New {{ end }}

{{ with $description }}

{{ . }}

{{ end }}