{% extends "ticker/base.html" %} {% block content %} {% for entry in entry_list %}

{{ entry.title }}

{{ entry.content|urlize|linebreaks }}

{% if entry.content_more %} Read more... ({{ entry.content_more|wordcount }} words) {% else %} See comments {% endif %}

{% endfor %}

Follow entries by RSS Atom

{% endblock %}