Created
December 26, 2013 18:18
-
-
Save kitsguru/8136932 to your computer and use it in GitHub Desktop.
HTML: master template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--#include virtual="/inc/l-doctype.inc" --> | |
| <!--#include virtual="/inc/l-meta.inc" --> | |
| <title>{1}</title> | |
| <meta name="description" content="{2}"> | |
| <!-- this is a test --> | |
| </head> | |
| <body class="p-template"> | |
| <!--#include virtual="/inc/l-page-top.inc" --> | |
| <main id="main" role="main" class="main"> | |
| <!-- Start main section --> | |
| <h1 class="pageheading">untitled</h1> | |
| {3} | |
| <!--#include virtual="/content/jabber.inc" --> | |
| <!-- /main section --> | |
| </main> | |
| <!--#include virtual="/inc/l-page-bottom.inc" --> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment