{# -*- engine:django -*- #} {% load staticfiles %}
{{ book.title }}
{% if book.cover %} {{ book.title }} {% else %} {{ book.title }} {% endif %}