13 lines
336 B
HTML
Executable file
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>
|