blob: 42cc6b5ce5c935c7f49d49c708587472dc3aa387 [file] [log] [blame]
<!DOCTYPE html>
<html>
{{> partials/head }}
<body>
{{> partials/core_header }}
{{> partials/core_sidebar }}
<main>
<h1 class="title">
{{# page.fullTitle }}{{ page.fullTitle }}{{/ page.fullTitle }}
{{^ page.fullTitle }}{{ page.title }}{{/ page.fullTitle }}
</h1>
{{# page.toc }}
<div class="toc"></div>
{{/ page.toc }}
{{{ yield }}}
</main>
</body>
</html>