{% include '_macros/market_tile.html' %}
{% defer (url=endpoint, pluck='featured', as='collection') %} {% set featured_apps = this.length and this[0].apps %} {% if featured_apps and featured_apps.length %}

{{ _('Featured') }}

    {% for result in featured_apps %}
  1. {{ market_tile(result, link=true, src='featured') }}
  2. {% endfor %}
{% endif %} {% placeholder %}

{% empty %}

{{ _('No featured apps found') }}

{% end %}