Problem scenario:
In my apex application, i have some html code which i am inserting into apex page as static content which is working file.. but this code is also used in different pages, for that i have to copy same code and paste into static content region of very page where i want that code.
goal: i want to place this code into application static file and use file content into static content region of the page.
I have tried html import to solve this issue but not working.