blob: 7e5e5fba555af27c792f99934856da5cb20bc170 [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.wherein }}
<p class="wherein"><strong>Wherein</strong> {{ page.wherein }}</p>
{{/ page.wherein }}
{{# page.toc }}
<div class="toc"></div>
{{/ page.toc }}
{{> partials/tut_prereqs }}
{{{ yield }}}
</main>
{{> partials/previous_next }}
</body>
</html>