|
I need to set up a root basic template file for my website. All my pages are based off the SAME design, just different text.
I want to (and I know its possible) have lets say the index.html as the root template. So if I change a link in the navbar on index.html, it changes the link automatically for EVERY single other page on my site. So I dont have to go through EACH page and change the one link in the navbar.
|