{% extends base_template %} {% block title %} {{ facet_id }} {% endblock %} {% block content %}

{{ facet_id }}

{% for term in query.objects %} {{ term.path }}
{% endfor %} {% endblock content %}