{% include '_macros/collection_tile.html' %} {% include '_macros/market_tile.html' %} {% include '_macros/more_button.html' %} {% set source = category or 'all' %} {% defer (url=endpoint|urlunparam(['sort']), pluck=pluck or 'objects', as='app') %} {% set apps = this if category else this|get_featured %}
{{ _('No apps in this category') }}
{% except %}{% if error == 400 or error == 404 %} {{ _('The category you requested does not exist.') }} {% elif error == 500 %} {{ _('An internal server error occurred. Please try again later.') }} {% endif %}
{% end %} {% if not category %}