28 lines
737 B
HTML
Raw Normal View History

2021-04-22 21:41:39 -06:00
<!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>