Readme.md - added Section for customization and notes
[biaweb2.git] / templates / main.tpl.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <!-- change as appropriate - just don't touch anything within the curly braces!! -->
5 <title>My Site - {title}</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <meta name="keywords" content="site key words {keywords}">
8 <meta name="description" content="Site Description - {description}">
9 <!-- change base href to your site URL -->
10 <base href="http://my.site">
11 <style>
12 {stylesheet}
13 </style>
14 </head>
15 <body>
16 <!-- change My Site to your own header -->
17 <header><h1>My Site</h1></header>
18 <section id="content">
19 <div id="modification">Created on: {cdate:%d %b %Y, %H:%M %Z},
20 last modified: {mdate:%d %b %Y, %H:%M %Z}</div>
21 {navbit}
22 {contents}
23 </section>
24 <nav id="sidebar">
25 {sidebar}
26 </nav>
27 <footer>
28 <!-- change copyright to your own copyright -->
29 My copyright
30 </footer>
31 </body>
32 </html>