{% extends 'base.html' %} {% block body %}
{% for result in results %}
{{ result['id']['value'] }}
{# {{ result['schema:description'] }} #}
{% endfor %}
{% endblock %}