blob: 421711bfa98a9a98b67ac7e5679bce34471dc1d2 [file] [log] [blame]
Joe Gregorio845a5452010-09-08 13:50:34 -04001<html>
2 <head>
3 <title>Buzz Stuff</title>
4 </head>
5 <body>
6
7 <ul>
8 {% for item in items %}
9 <li>{{ item.object.content }}</li>
10 {% endfor %}
11 </ul>
12 </body>
13</html>