{% if buzzitems %}
{% for item in buzzitems %} {{ item.title }}
{{ item.blurb }}
{% endfor %}
{% endif %}