{% extends template_name %} {% load comments %} {% block content %}
{% include "blog/includes/tagcloud.html" %} {% if not entries %}no blog entry exists{% endif %} {% for entry in entries.object_list %}
{% include "blog/includes/blog_entry.html" %} {% get_comment_count for entry as comment_count %} {{ comment_count }} comment{{ comment_count|pluralize:"s" }}...
{% endfor %}
{% trans "Syndication feed format:" %}
{% endblock content %}