{% from "_macros/app_tile.html" import app_tile %}
{% macro detail_header(url, key, content_type, placeholder=None) %}
{% defer (url=url, key=key, id=content_type + '-data', as=content_type) %}
{{ _('The requested content is not public.') }} {{ _('The requested content was not found.') }} {{ _('The requested content is not available for your region.') }} {{ _('You may wish to contact the developer if you would like to see a version of this app for your region.') }} {{ _('A server error occurred. Please try again later.') }}
{{ _('Oh no!') }}