{% extends "base.html" %}
{% block title %}Collection{% endblock %}
{% block content_title %}{{ collection.title }}{% endblock %}
{% block content %}
{{ collection.description }}
{% if collection.extent %}
{% if collection.extent.spatial %}
{{collection.extent.spatial}} {% endif %}
{% if collection.extent.temporal %}
{{collection.extent.temporal}}{% endif %}
{% endif %}