{% extends "base.html" %} {% block content %} {% for item in items %}

{{ item.title }}

{{ item.data.title }} {% if item.data.description %}
{{ item.data.description }} {% endif %}
{{ item.description | safe}}
{{ item.public_comments.count }} comments
{% endfor %} {% endblock %}