{% if not hero_image_name %}
{% include 'partials/blog/title.html.twig' with {title_level: 'h2'} %} {% if page.header.subtitle %}

{{ page.header.subtitle }}

{% endif %} {% include 'partials/blog/date.html.twig' %} {% include 'partials/blog/taxonomy.html.twig' %}
{% endif %}
{{ page.content|raw }} {% if page.header.links.googleplay or page.header.links.appstore or page.header.links.opensource %}

Downloads

{% if page.header.links.googleplay %} Get it on Google Play
{% endif %} {% if page.header.links.appstore %} Download on the App Store {% endif %} {% if page.header.links.opensource %}

This app is open-source!
{{ page.header.links.opensource }}

{% endif %} {% endif %} {% if page.header.privacyPolicy %}

Privacy Policy

{{ page.header.privacyPolicy }} {% endif %}
{% if page.header.continue_link is same as(true) and config.plugins.comments.enabled %} {% include 'partials/comments.html.twig' %} {% endif %}

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