Skip to content
Snippets Groups Projects
page.html 275 B
Newer Older
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
    $header$
  </head>
  <body>
    $banner$
    $if(title)$<h1>$title$</h1>$endif$
    $body$
    $footer$
    $javascript$
  </body>
</html>