blob: 0859ed87b98b48edef64c5c404dea22d1c7bb7a0 [file] [log] [blame]
<!DOCTYPE html>
<html>
{{> partials/head }}
<body>
{{> partials/header }}
{{> partials/sidebar }}
<main>
<div class="content">
<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/java_tut_prereqs }}
{{{ yield }}}
</div>
{{> partials/previous_next }}
</main>
</body>
</html>