Files
Mangarr/templates/manga/index.html.twig
Jérémy Guillot 54c581b229 Added:
- turbo + code adaptation
- cover & thumbnails download
2024-07-06 21:25:07 +02:00

10 lines
236 B
Twig

{% extends 'base.html.twig' %}
{% block toolbar %}
{% if toolbar is defined %}
<twig:Toolbar toolbar="{{ toolbar }}"/>
{% endif %}
{% endblock %}
{% block body %}
{% include 'manga/_list.html.twig' %}
{% endblock %}