{% extends "sparql/base.html" %}{% load humfrey_desc %} {% block title %}SPARQL{% if store %} ({{ store.name }}){% endif %}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% for prefix, URI in namespaces %} PREFIX {{prefix}}: <{{URI}}> {% endfor %}