{% extends "base.html" %} {% block title %}Articles{% endblock %} {% block body %}
DOKK / articles
{% for article in data["results"]["bindings"] %}

{{ article['title']['value'] }}

{% endfor %}
{% endblock %}