{% extends 'base.html' %} {% block content %}

Kickstarter Backers

{% for d in data %}

{{d.name}}

{% endfor %}

{% endblock %}