{% extends "opac/base.html" %} {% block home_navlink_class %}nav-link active{% endblock %} {% block content %}

OPAC

OPAC is a web-based library catalog system, providing a simple way for library users to search and browse the library's collection of books and other materials.

Latest Books

{% for book in latest_books %}
{% if book.image %} {{ book.title }} {% endif %}
{{ book.title }}

{{ book.authors.all|join:", " }}

{% endfor %}
{% endblock %}