{{ define "main" }} {{ $lang := .Site.Language.Lang }}

{{ .Params.hero.title }}

{{ .Params.hero.tagline }}

{{ .Params.hero.lead }}

{{ .Content }} {{ with .Site.GetPage "/about" }}

{{ T "aboutCta" }} →

{{ end }} {{ partial "store-badges.html" . }}
{{ $shot := resources.Get (printf "screenshots/%s/home.png" $lang) | fingerprint }} {{ with $shot }}
Tane
{{ end }}
{{ T "statusBadge" }}

{{ T "statusTitle" }}

{{ T "statusBody" }}

{{ range .Params.pillars }}

{{ .title }}

{{ .body }}

{{ end }}
{{ $screens := slice "home" "inventory" "market" "calendar" "detail" }}

{{ T "screenshotsTitle" }}

{{ range $s := $screens }} {{ $img := resources.Get (printf "screenshots/%s/%s.png" $lang $s) | fingerprint }} {{ with $img }}
Tane {{ $s }}
{{ T (printf "screenCap%s" (title $s)) }}
{{ end }} {{ end }}
{{ $rtl := resources.Get "screenshots/rtl/inventory.png" | fingerprint }} {{ with $rtl }}
Tane RTL

{{ T "rtlNoteTitle" }}

{{ T "rtlNoteBody" }}

{{ end }}

{{ .Params.values.title }}

{{ T "faqTitle" }}

{{ T "faqFreeQ" }}
{{ T "faqFreeA" }}
{{ T "faqAccountQ" }}
{{ T "faqAccountA" }}
{{ T "faqOfflineQ" }}
{{ T "faqOfflineA" }}
{{ T "faqLegalQ" }}
{{ T "faqLegalA" }}
{{ T "faqDataQ" }}
{{ T "faqDataA" }}

{{ T "collabTitle" }}

{{ T "collabIntro" }}

{{ with .Site.Params.weblateURL }}{{ T "collabTranslateT" }}{{ else }}{{ T "collabTranslateT" }}{{ end }}

{{ T "collabTranslateB" }}

{{ T "collabTestT" }}

{{ T "collabTestB" }}

{{ with .Site.Params.sourceURL }}{{ T "collabCodeT" }}{{ else }}{{ T "collabCodeT" }}{{ end }}

{{ T "collabCodeB" }}

{{ T "collabFundT" }}

{{ T "collabFundB" }}

{{ T "collabContact" }}

{{ T "getItTitle" }}

{{ partial "store-badges.html" . }}
{{ end }}