{% extends "default.html" %} {% block pagetitle %}App{% endblock %} {% block content %}
How to install {{SITE_NAME}}'s mobile app
{% if not v and g.browser == 'chromium' %} {% set type = 'chromium-lo' %} {% elif g.browser in ('iphone','mac') %} {% set type = 'apple' %} {% else %} {% set type = g.browser %} {% endif %}
Step 1:
Step 1
Step 2:
Step 2 {% if g.browser == 'iphone' %}
How to enable push notifications inside the app:
Step 1:
Step 1 {% endif %}
{% endblock %}