{% extends "unfurl/base.html" %} {% block content %}
{% for url in urlconf %} {% include "unfurl/urls_list_item.html" %} {% endfor %}
View Name URL
{% endblock content %}