csci8980-f21/templates/default.html

13 lines
336 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
$partial("templates/head.html")$
<body>
$partial("templates/header.html")$
<main class="page-content" aria-label="Content">
<div class="wrapper">
$body$
</div>
</main>
$partial("templates/footer.html")$
</body>
</html>