{% extends "base.html" %} {% block title %}{{ book.title }}{% endblock %} {% block content %}
{{ book.description|escape|truncatewords:20 }}