{% for book in books%}
{% if 'tululu' in book.img_src %} {{ book.author }} - {{ book.title }} {% else %} {{ book.author }} - {{ book.title }} {% endif %}
{{ book.title }}

{{ book.author }}

{% for genre in book.genres%} {{ genre }} {% endfor %} {% if 'tululu' in book.book_path %}

Читать

{% else %}

Читать

{% endif %}
{% if loop.index % 2 == 0 %}
{% endif %} {% endfor %}