{% include 'views/front/' ~ app.SystemSetting.template ~ '/includes/book_genres_section.html.twig' %}
{% include 'views/front/' ~ app.SystemSetting.template ~ '/includes/book-filter-sidebar.html.twig' %}
{{lang.translate('Explore what is trending')}}

    {% for audiobook in list.items %} {% include 'views/front/' ~ app.SystemSetting.template ~ '/pages/audiobook/item.html.twig' %} {% endfor %}
{% set view_items_limit = app.SystemSetting.view_audiobooks_limit %} {% include 'views/front/' ~ app.SystemSetting.template ~ '/includes/pagination.html.twig' %}