{% extends "base.html" %} {% block title %}Collection{% endblock title %} {% block content %}
{% for property in header -%} {%- endfor %} {% for resource in resources -%} {% for property in header -%} {%- endfor %} {%- endfor %}
subject {{ property.shortname }}
{{ resource.subject.value_html | safe }} {% if resource[property.shortname] %} {{ resource[property.shortname].value_html | safe }}{% else %}{% endif %}
You're looking at an Atomic Collection. You can filter and sort these by passing query parameters. You can use HTTP content negotation to fetch this resource as JSON, JSON-LD, AD3 or Turtle. You can also try putting .json, .jsonld, .ttl or .ad3 behind the URL.
{% endblock content %}