{% extends "base.html" %} {% block title %}Settings — {{ library_name() }}{% endblock %} {% block content %}
{% include "_partials/settings_sidebar.html" %}

Settings

Configure library behaviour, circulation rules, metadata sources, and system options.

{% for page in pages %} {% endfor %}
{% endblock %}