{% load slippers %}
{% for talk in talks %}

{{ talk.title }}

{{ talk.content|truncatechars:150 }}

Author {{ talk.author.full_name }} - {{ talk.category.name }}
{% endfor %} {# Pagination #}

Page {{ page }}

{% #link text="Next page" action="page" value="talks" page=next_page %}{% /link %}