{% extends "layout.html" %} {% block content %}
PERSON
{{ person_name }}
{{ person_description }}
{% for x in person_creatorof['results']['bindings']%}
{% if "image" in x %}
{% else %}
{% endif %} {{ x["workLabel"]["value"] }}
{% endfor %}
{% for x in person_publisherof['results']['bindings']%}
{% if "image" in x %}
{% else %}
{% endif %} {{ x["workLabel"]["value"] }}
{% endfor %}
{% endblock content %}