Added Navigation bit to the top of documents for the categories
[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 <header></header>
15 <section 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 {navbit}
19 {contents}
20 </section>
21 <nav id="sidebar">
22 {sidebar}
23 </nav>
24 <footer>
25 My copyright
26 </footer>
27 </body>
28 </html>