{% extends "library/base/generic.html" %}
{% block title %}Library Dashboard{% endblock title %}
{% block content_title %}Dashboard of library{% endblock content_title %}
{% block content %}
{% include "library/includes/person-list.html" with title="Registered people" %}
{% include "library/includes/book-list.html" with title="Known books" %}
{% endblock %}