What I want to reach is a way to add a script and style placeholder in my master. They will include my initial site.css and jquery.js files. Each haml page or partial can then add their own required files to those placeholders.
Currently I'm creating two strings in my master that I append to in my views.
This results in an ugly and error prone rendering.
Is there a better way to implement this?