{% extends "aggregator/base.html" %} {% load posts_extras %} {% block head %} {% endblock %} {% block content %}

{% for post in list.object_list %}
{% if post.title %}

{% endif %} {% if post.title %}

{% endif %}
{% if post.title %}

{{ post.title }}

{% endif %} {% autoescape off %}{{ post.content }}{% endautoescape %}

{% empty %} No posts yet... {% endfor %}
{% endblock %}