In the world of website development, we often find several pages that are generated from the same layout.rhtml file. Along with a global css file, each page may also have its own unique css file - such as page1.css for page1.rhtml and page2.css for page2.rhtml. The question arises: is there a method to selectively load these specific css files within the rhtml code?
Your insights and expertise are greatly appreciated.