{% extends "layout.html" %} {% block content %} {% for x in results['results']['bindings']%} {% endfor %}
ID Creator's Name Alternative aliases Description
#{{ x['creators']['value'] | replace('http://daap.bannerrepeater.org/entity/', '') }} {{ x["creatorsLabel"]['value'] }} {% if "creatorsAltLabel" in x %} {{ x["creatorsAltLabel"]["value"] }} {% endif %} {% if "creatorsDescription" in x %} {{ x["creatorsDescription"]["value"] }} {% endif %}
{% endblock content %}