Refactored template loading to its own class for performance
[biaweb2.git] / templates / main.tpl.html
index 198a3c5..c57f20c 100644 (file)
@@ -1,9 +1,10 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<!-- change as appropriate - just don't touch anything within the curly braces!! -->
 <title>My Site - {title}</title>
-<meta name="keywords" content="{keywords}">
-<meta name="description" content="{description}">
+<meta name="keywords" content="site key words {keywords}">
+<meta name="description" content="Site Description - {description}">
 <!-- change base href to your site URL -->
 <base href="http://my.site">
 <style>
@@ -11,7 +12,8 @@
 </style>
 </head>
 <body>
-    <header></header>
+    <!-- change My Site to your own header -->
+    <header><h1>My Site</h1></header>
     <section id="content">
         <div id="modification">Created on: {cdate:%d %b %Y, %H:%M %Z}, 
             last modified: {mdate:%d %b %Y, %H:%M %Z}</div>
@@ -22,6 +24,7 @@
         {sidebar}
     </nav>
     <footer>
+        <!-- change copyright to your own copyright -->
         My copyright
     </footer>
 </body>