Hi,
Is it possible to inject, let's say, link to js file - from my own module template to some blocks in fe_page.html5? For example to $this->block('head')?
I read this help page: https://docs.contao.org/books/manual...templates.html but it's not what I mean
I mean my template mod_mymodule.html5
Code:// I want ONLY this link inject to head block in fe_page.html5
<script src="files/js/myscript.js"></script>
rest of HTML and PHP of my own module