{% set selected_tab='explore_books' %} {% extends 'base.html' %} {% block content %}
An open-source law hosting platform that allows online communities to easily create, collaborate, and publish their own body of law.
{% if current_user.is_authenticated %} {% include 'book/components/header_buttons.html' %} {% endif %}Books not found!
{% endif %} {% for book in books if not book.is_deleted %} {% include 'book/components/book_list_item.html' %} {% endfor %}