Home
Recommend
What should I read next ?
{% if data %} {% for i in data %}
{{ i[0] }}
Author- {{ i[1] }}
{% endfor %} {% endif %}