{% set submenu = 'library' %} {% extends "layouts/catalog.html" %} {% block page %} {% include '_library-filters-navbar.html' %}
{% include 'pages/_' + slug + '.html' ignore missing %} {% include 'layouts/_pagination.html' %}
{% include '_library-filters-drawer.html' %}
{% endblock %}