{% extends "templates/base.tpl" %} {% block title %}Licenses{% endblock %} {% block body %}
{% for license in data["results"]["bindings"] %}
{{ license['name']['value'] }}
{% endfor %}
{% endblock %}