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

Library


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