{{- /* Renders store links only when configured, so nothing broken shows pre-launch. Icons are single-colour (currentColor) so the two stores are told apart by shape, not by brand colour: a play triangle vs. the free-software robot. */ -}}
{{- with .Site.Params.playStoreURL -}} Google Play {{- end -}} {{- with .Site.Params.fdroidURL -}} F-Droid {{- end -}} {{- if and (not .Site.Params.playStoreURL) (not .Site.Params.fdroidURL) -}}

{{ T "getItComingSoon" }}

{{- end -}}