maintemplate.html 239 B

12345678910111213
  1. <html>
  2. <body>
  3. <!-- maintemplate.html start -->
  4. {+INCLUDETEMPLATE [-TEMPLATEFILE=top.html-]+}
  5. {+INCLUDETEMPLATE [-TEMPLATEFILE=body.html-]+}
  6. {+INCLUDETEMPLATE [-TEMPLATEFILE=bottom.html-]+}
  7. <!-- maintemplate.html end -->
  8. </body>
  9. </html>