main.html 207 B

12345678910
  1. <html>
  2. <head>
  3. <title>Example framework</title>
  4. </head>
  5. <body>
  6. <div id="menu">Place the menu here</div>
  7. <div id="content">{include file=$template}</div>
  8. <div id="footer">the footer text</div>
  9. </body>
  10. </html>