Changed the rendering code for templating output
[biaweb2.git] / templates / main.tpl.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>My Site - {title}</title>
5 <meta name="keywords" content="{keywords}">
6 <meta name="description" content="{description}">
7 <!-- change base href to your site URL -->
8 <base href="http://my.site">
9 <style>
10 {stylesheet}
11 </style>
12 </head>
13 <body>
14 <div id="header"></div>
15 <div id="content">
16 <div id="modification">Created on: {cdate:%d %b %Y, %H:%M %Z},
17 last modified: {mdate:%d %b %Y, %H:%M %Z}</div>
18 {contents}
19 </div>
20 <div id="sidebar">
21 {sidebar}
22 </div>
23 <div id ="footer">
24 My copyright
25 </div>
26 </body>
27 </html>