Hi, borste,
of course you can insert scripts into the template.
It's always the same procedure:
css you insert into the template.css
js you insert into the template.js
But sometimes it is mandatory to place the script into the specific question.
The only general answer is: you are able to insert it into the template.
When it is advisable depends on the circumstances.
And a different approach is:
create your own js script and in the startpage.pstpl call it after {TEMPLATEJS}
like:
Code:
{TEMPLATEJS}
<script type="text/javascript" src="{TEMPLATEURL}/my_script_folder/my_script.js"></script>
Best regards
Joffm