aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/templates/djangopypi/simple.html
blob: 6a21d5cd5773f7d679157a4bce21126db10c031a (plain)
1
2
3
4
5
<html><head><title>Simple Index</title></head></body>
{% for dist in dists %}
<a href="{{ dist.get_absolute_url }}"/>{{ dist.name }}</a><br />
{% endfor %}
</body></html>