{% 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 %} {{ market_tile(result, link=true, src='featured') }} {% endfor %} {% endif %} {% placeholder %} {% empty %} {{ _('No featured apps found') }} {% end %}
{{ _('No featured apps found') }}