Hi folks!
What’s the best practice for loading styles or scripts only for one special page?
Is it a good idea to extend the javascript block from the base template inside the content block of a different template? It seems to work, but I was wondering if this is the right way to go…
For performance I think you can duplicate or create another template and for this page use the new template. Into the template you add the twig function for add the js/css.