I am building a mobile website using google's material design resources(sidebar, header, etc).
The problem is that I have to load the entire template every time I load a new html file, which means that I need to include the sidebar, header, and so on every html file. I would like to load only the main
tag content instead.
Any idea of the best way to do this? I am actually using only jquery, but I am not discarding to use another library.