{% extends "base.html" %} {% block title %}Browse Books{% endblock %} {% block content %}

Browse books

Add Book


Public Books

{% include "reader/book_list_widget.html" with books=books %} {% if books_private %}

Private Books You Can Access

{% include "reader/book_list_widget.html" with books=books_private %} {% endif %} {% endblock %}