I occasionally face this problem: I need different assets on different pages and don’t want to load them all initially in order to get fast page load speeds.
I worked around that with different header snippets but that’s just unpleasant to maintain. In OctoberCMS (which i used prior to switching to kirby) there was a tag called “puthead” which basically “injected” an additional CSS or a JS into the HTML head section without having to alter the head snippet.
Is there a way to achieve this same thing in kirby?