Hi and happy new year to all of you.
I want to use the image slider plugin with page specific sliders.
I got it working like in the "shop site skeleton" with the slider folder put in .../user/pages/. Now I want to edit my blog_item.html.twig to use a folder inside specific page (for example: .../user/pages/02.blog/03.my_blog_post).
How do I have to modify this line:
{% include 'modular/lightslider.html.twig' ignore missing with {'page': page.find('/slider', true)} %}
---