{% extends "layout.html" %} {% block content %}
{{ order }}
{% for x in results['results']['bindings']%}
{% if "image" in x %}
{% else %}
{% endif %}
{{ x["workLabel"]["value"]}}
{% if "date" in x %} {{ x["date"]["value"][:-16] }} {% endif %}
{% endfor %}
{% endblock content %}