Hi @Abhilashreddy ,You can write a script to read the selector from the URL, there are multiple ways to do it. For ex - var selector = window.location.pathname.split('.')[1];There are two ways to implement this. If you are statically including the header and footer in the base page html, you can put...