{% extends "ui/browse/base.html" %} {% block title %}{{ facet.title }}{% endblock %} {% block pagetitle %}{{ facet.title }}{% endblock %} {% block breadcrumbs %}{{ block.super }}
  • {{ facet.title }}
  • {% endblock breadcrumbs %} {% block pagecss %} {% endblock pagecss %} {% block content %}

    {{ facet.title }}

    {% if facet.description %}

    {{ facet.description }}

    {% endif %}

    {% for t in terms %} {% if t.id == term.id %} {{ t.title }} {% else %} {{ t.title }} {% endif %} {% if t.doc_count %}({{ t.doc_count }}){% endif %}
    {% endfor %}

    API
    {% endblock content %}