- <!-- BEGIN: main -->
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
- <html>
- <head>
- <title>XiTemplate Manual - __construct()</title>
- </head>
-
- <body bgcolor="#EEEEEE">
-
- <h1>XiTemplate</h1>
- <p>Hi. Welcome to {NAME}!</p>
-
- {CONTENT}
-
- <p>This is the rest of template 1.</p>
- </body>
- </html>
-
- <!-- END: main -->