The library is also available via OPDS. Add this link to your OPDS client: https://dokk.org/library/opds.xml
Filters
{% for item in items["@graph"]|sort(attribute="library:title") %}
Authors:
{% for author in item["library:author"]|sort() %}
{{ author }}
{% endfor%}
License:
{% for license in item["library:license"]|sort(attribute="license:id") %}
{{ license['license:id'] }}
{% endfor%}
{% endfor %}
{% endblock %}