-
{% for app in apps %}
{# Remember to repeat with add item #}
-
{% for category in app["categories"] %} {{ category }} {% if loop.length > 1 and loop.index != loop.length %} ยท {% endif %} {% endfor %}
{{ app["name"] }}
{{ app["description"] }}
{% endfor %}
-
Add new App
Add an app from its web manifest url