| Content-type: text/html | |
| 
 | |
| <?xml version="1.0" encoding="iso-8859-1"?> | |
| <!DOCTYPE html | |
|      PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
|     "DTD/xhtml1-strict.dtd"> | |
| 
 | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
| <head> | |
|    <title>${title}</title> | |
| 
 | |
|    <meta name="keywords" content="${keywords}" /> | |
| 
 | |
|    <meta name="description" content="${description}" />  | |
| 
 | |
|    <meta name="author" content="${author}" /> | |
| 
 | |
|    <link rel="stylesheet" href="${stylesheet_url}" /> | |
|    <link rel="icon" type="image/x-png" href="${favicon_url}" /> | |
| </head> | |
| 
 | |
| <body> | |
| 
 | |
| <h1>${title}</h1> | |
| 
 |