Skip to content

Instantly share code, notes, and snippets.

@kitsguru
Created December 26, 2013 18:18
Show Gist options
  • Select an option

  • Save kitsguru/8136932 to your computer and use it in GitHub Desktop.

Select an option

Save kitsguru/8136932 to your computer and use it in GitHub Desktop.
HTML: master template
<!--#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