{{ define "main" }} {{ partial "docs/hero.html" . }} {{ $here := .RelPermalink }} {{ $menu := site.Menus.main }} We weren't able to find that page. {{ with $menu }} {{ range . }} {{ $isHere := eq .URL $here }} {{ $isExternal := hasPrefix .URL "http" }} {{ .Name }} {{ end }} {{ end }} Docs {{ end }}
We weren't able to find that page.