Thank you for the suggestion dylanr46798176. Can you describe what do you mean by "overlaying"? Can an individual component have it's own head.html and/or extend the top level head.html content?Or do you mean having a single instance of a component present on effectively a master template that rend...
Is there any sort of life cycle hook that triggers/emits before a page renders or something along the lines of a Resource Listener or Filter to intercept a request and modify the response?Thanks!
Are there any officially supported components that allow dynamic addition of <head> HTML such as <meta> tags or similar? Dynamic being an admin user drags a component to a parsys zone that on page load adds HTML to the page's <head> tag?If not, is it possible from code behind for a page component us...