Files
work_with_codex/templates/default.html

24 lines
567 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
$partial("templates/head.html")$
</head>
<body>
<div class="toc">
<div id="contents-big">
<p class="mini-header">Contents</p>
<a id="up-arrow" href="#">#</a>
$toc$
</div>
</div>
<div class="text-space">
$partial("templates/navbar.html")$
<main role="main">
<h1 class="pagetitle">$title$</h1>
$body$
</main>
</div>
</body>
</html>