{% extends "layout.html" %} {% block content %}
INDEX OF PUBLISHERS
{% for x in results['results']['bindings']%} {% endfor %}
ID Work Alternative aliases Description
{{ x['work']['value'] | replace('http://daap.bannerrepeater.org/entity/', '') }} {{ x["workLabel"]['value'] }} {% if "workAltLabel" in x %} {{ x["workAltLabel"]["value"] }} {% endif %} {% if "workDescription" in x %} {{ x["workDescription"]["value"] }} {% endif %}
{% endblock content %}