{% extends "base.html" %} {% block main_content %}
sub_book is defined: {{books.sub_book}}
{% endif %} {% if books.subs|length %}subs is defined {{ books.subs }}
{% endif %} {% if books.loan|length %}loan is defined: {{books.loan}}
{% endif %} {% endblock main_content %}