{% extends "base.html" %} {% block title %}{{ super() }} {{ data['title'] }} {% endblock %} {% block crumbs %}{{ super() }} / Collections / {{ data['title'] }} / Queryables {% endblock %} {% block body %} {{ data['title'] }} {{ data['description'] }} {% for kw in data['keywords'] %} {{ kw }} {% endfor %} Queryables {% for queryable in data['queryables'] %} {{ queryable['queryable'] }} ({{ queryable['type'] }}) {% endfor %} {% endblock %}
{{ data['description'] }}
{% for kw in data['keywords'] %} {{ kw }} {% endfor %}
{{ queryable['type'] }}