{% extends "base.html" %} {% block page_content %} {% block just_genre %}

{% if follow_authors %}

Authors I am following ...

{% else %}

Books of {{ name }}

{% endif %}


{% endblock %}
{% if follow_authors %} {% else %} {% endif %} {% for xbook in books %} {% set title, image, b_id = xbook %} {% if follow_authors %} {% else %} {% endif %} {% endfor %}
Image Name
Cover Title
{{ title }} {{ title }}
{% endblock %}