{{ readFile "joinus.txt" | safeHTML }}
{{ block "title" . }}{{ .Site.Title }}{{ end }}
{{ if .Params.Description }}
{{ end }}
{{ if and (isset .Params "noindex") .Params.noindex }}
{{ end }}
{{ if .IsTranslated }}
{{ range .Translations }}
{{- end }} {{- end }}
{{ $currentPage := . }} {{ range .Site.Menus.main }}
{{ .Name }}
{{ end }}
{{ $.Scratch.Set "nav-orientation" "" }} {{ partial "lang-dropdown.html" . }}
{{ $currentPage := . }} {{ range .Site.Menus.main }}
{{ .Name }}
{{ end }}
{{ if .Site.IsMultiLingual }} {{ $lang := .Site.Language }} {{ range .Site.Languages }}
{{ $translated := where $.Translations "Lang" .Lang }} {{ if $translated }} {{ $.Scratch.Set "url" (index $translated 0).Permalink }} {{ else if eq .Lang $.Page.Lang }} {{ $.Scratch.Set "url" $.Permalink }} {{ else }} {{ $.Scratch.Set "url" (delimit (slice "/" .) "") }} {{ end }}
{{ .LanguageName }}
{{ end }} {{ end }}
{{.Title}}
{{ with .Params.subtitle }}
{{.}}
{{ end }}
{{ block "main" . }}{{.Content}}{{ end }}