Page1 - template1

Source files for this example
src/info.html The text you are reading
src/template1.html Template for pages 1 and 2
src/template2.html Template for pages 3 and 4
src/menu.html Menu used on every page
src/content1/page1.html Page 1
src/content1/page2.html Page 2
src/content2/page3.html Page 3
src/content2/page4.html Page 4
src/build.bsh CPMake build file

In this example page 1 and page 2 use template1 that puts the menu on the left side of the screen.  page 3 and page 4 use template2 that puts the menu on the righ hand side of the screen.  But in all cases they use the same menu file.