{{ 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" }}
{{/* if not hero_image_name %}
{% include 'partials/blog/title.html.twig' with {title_level: 'h2'} %} {% if page.header.subtitle %}

{{ page.header.subtitle }}

{% endif %}
{% endif */}}
{{ .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 }}

This app is open-source!
{{ . }}

{{ end }} {{ end }} {{ with .Params.privacyPolicy }}

Privacy Policy

{{ . | safeHTML }} {{ end }}

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

{{ end }}