{% for app in data.app%}

{{ app.data.app.name }}

By {{ app.data.developer }}

{{ app.data.description }}

{% if app.app_type != "native" %} {% endif %}
{% endfor %}