{% if t =='s' %}

Sorry! This book is not in our database.

Please check if you spelled it correct.

Or try with another book.

{% else %}

"{{book}}" is a great book.

Here are some more like this with their author name and ratings

book_title Author Rating
{% for m in s[0]%}
  • {{m|capitalize}}
  • {% endfor %}
    {% for m in s[2]%}
  • {{m|capitalize}}
  • {% endfor %}
    {% for m in s[3]%}
  • {{m|capitalize}}
  • {% endfor %}
    {% endif %}