Skip to content
Ethan Randall edited this page Mar 27, 2015 · 1 revision

Welcome to the SiteHTML wiki!

Sample template page

Although pages can be altered to work with SiteHTML, be sure to save yourself a template. The following template is just an example, and remember, the tags I use here are arbitrary, and could just as easily be anything, so long as it matches the regex pattern.

<!DOCTYPE html>
<html>
<head lang="en">
  <!-- Begin Global head element -->
  <meta charset="UTF-8">
  <!-- End Global head element -->
  <title></title>
</head>
<body>
<!-- Begin Global header element -->
<header>
  <nav>
  </nav>
</header>
<!-- End Global header element -->

<!-- Begin Global footer element -->
<footer>
</footer>
<!-- End Global footer element -->
</body>
</html>

Clone this wiki locally