{{ define "title" }} {{ .Title }} – {{ .Site.Title }} {{ end }} {{ define "main" }} {{ $currentUrl := .RelPermalink }} {{ $quickstartDocs := where site.Pages ".Layout" "quickstart" }}
Documentation
{{ partial "docs-topnav.html" . }}
Quick Start {{ range $quickstartDocs }} {{ $isCurrentPage := eq $currentUrl .RelPermalink }} {{ $title := .Params.short }} {{ $title }} {{ end }}

{{ .Title }}

{{ with .Params.description }}

{{ . | markdownify }}

{{ end }} {{ .Content }}
{{ end }}