{% extends "base.html" %} {% block content %}
{% for (uri, label) in items %} {{label|safe}} {% endfor %}
{% endblock %}