{% extends "layout.html" %} {% block content %}
INDEX BY PUBLICATION DATE FROM NEWEST
{% for x in results['results']['bindings']%}
{% if "image" in x %}
{% else %}
{% endif %}
{{ x["workLabel"]["value"]}}
{% if "date" in x %} {{ x["date"]["value"] | replace("T00:00:00Z", "") }} {% endif %}
{% endfor %}
{% endblock content %}