{% block head_extra %}{% endblock %}
{% block fluidcontainer_start %}{% endblock %} {% block herounit %}

{{ heading }}

{% block herotext %} This is the text/html content-type view for this RESTful API. {% endblock %}

{% block herobuttons %} Content types » Data » {% endblock %}

{% endblock %} {% block contenttypes %}
{% block pre_content_types %}{% endblock %}
{% for contenttype in content_types %} {% endfor %}
Mimetype View or download Description
{{ contenttype.mimetype }} view | download {{ contenttype.description }}
{% endblock %} {% block data %}
{% block data_intro %}{% endblock %}
{{ previewdata|e }}
{% endblock %}
{% block javascript %}{% endblock %}