JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: new names for standard template sections
[wfpl.git] / metaform / site-template.html
index 11ceb40..0298f9c 100644 (file)
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
-<html>
+<html lang="us">
 <head>
        <meta charset="utf-8" />
-       <title>~main-title html~</title>
+       <title>~$title html~</title>
        <!--[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~-->
+       <!--~$head~-->
 </head>
 
 <body>
@@ -36,7 +36,7 @@
                        <!--~}~-->
 
                        <article>
-                               ~main_body~
+                               ~$body~
                        </article>
 
                </div>