{{ define "hero" }} {{ $ctx := . }} {{ with .Params.image }} {{ $heroContent := (print "

" $ctx.Params.title "

")}} {{ partial "modular/hero.html" (dict "image" . "classes" $ctx.Params.heroClasses "imageParallax" $ctx.Params.heroImageParallax "align" $ctx.Params.heroAlign "content" $heroContent ) }} {{ end }} {{ end }} {{ define "body" }}
{{ partial "iconAndTitle.html" . }} {{ with .Params.imagesDir }}

Screenshots

{{ $imagesDir := printf "/static/%s/" . }} {{ $publicImagesDir := . }} {{ $files := sort (readDir $imagesDir) }} {{ end }}

About {{.Title}}

{{ .Content }} {{ if or (.Params.links.googleplay) (.Params.links.appstore) (.Params.links.opensource) }}

Downloads

{{ with .Params.links.googleplay }} Get it on Google Play
{{ end }} {{ with .Params.links.appstore }} Download on the App Store
{{ end }} {{ with .Params.links.opensource }} Download on the App Store
{{ end }} {{ end }} {{ with .Params.privacyPolicy }}

Privacy policy

{{ . | safeHTML }}

privacy policy {{ end }}

{{/* if not page.isLast %} {{ 'previous app'|t }} {% endif %} {% if not page.isFirst %} {{ 'next app'|t }} {% endif */}}

{{ end }}