{% extends "base.html" %} {% load markup %} {% block content %}

{{ pagetitle }}

{% for book in books %}

{{ book.title }}

{{ book.content|truncatewords_html:20 }}

Read full review

{% endfor %} {% endblock %}