JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove basename prefix from url args
[wfpl.git] / metaform / site-template.html
index 71cf70f..11ceb40 100644 (file)
@@ -6,6 +6,7 @@
        <!--[if lt IE 9]>
                <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
+       <script>less = {env:'development'};</script>
        <link rel="stylesheet/less" href="style_01.less" />
        <script src="http://lesscss.googlecode.com/files/less-1.0.41.min.js"></script>
        <!--~extra-headers~-->
 <body>
        <div id="centerer">
                <header>
+                       <h2>Header</h2>
                </header>
 
                <nav>
+                       <a href="#">nav link 1</a>
+                       <a href="#">nav link 2</a>
                </nav>
 
                <div id="main-body">
                                ~main_body~
                        </article>
 
-                       <footer>
-                       </footer>
                </div>
+               <footer>
+                       <p>footer</p>
+               </footer>
        </div>
 </body>
 </html>