<ul> {% for f in feeds %} <li> <a href="{{ f.url }}">{{ f.title }}</a> - <a href="/feeds/{{f.id}}">Feed</a> </li> {% endfor %} </ul>