blob: 421711bfa98a9a98b67ac7e5679bce34471dc1d2 [file] [log] [blame]
<html>
<head>
<title>Buzz Stuff</title>
</head>
<body>
<ul>
{% for item in items %}
<li>{{ item.object.content }}</li>
{% endfor %}
</ul>
</body>
</html>