{{- $docs := where .Site.Pages "Section" "docs" }} {{- $description := .Params.description }} {{- $currentUrl := .URL }} {{- $isNew := .Params.new }} {{ partial "navbar.html" . }}

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

{{- with $description }}

{{ . }}

{{- end }}