You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
737 B
HTML

<!DOCTYPE HTML>
<html>
{{> head}}
<body class="is-preload">
<div id="page-wrapper">
{{> header}}
{{> nav}}
<section id="main" class="wrapper alt">
<div class="inner">
{{#title}}
<header class="major">
<h1>{{title}}</h1>
{{#description}}
<p>{{description}}</p>
{{/description}}
</header>
{{/title}}
{{&page_content}}
</div>
</section>
{{> footer}}
</div>
{{> scripts}}
</body>
</html>