{% extends "default.html" %} {% block pagetitle %}App{% endblock %} {% block content %}
How to install {{SITE_NAME}}'s mobile app {% set ua = g.agent.lower() %} {% if ' firefox/' in ua %} {% set type = 'firefox' %} {% elif 'iphone' in ua or 'ipad' in ua or 'ipod' in ua or 'mac os' in ua %} {% set type = 'apple' %} {% elif v %} {% set type = 'chromium' %} {% else %} {% set type = 'chromium-lo' %} {% endif %}
First step:
First step
Second step:
Second step
{% endblock %}