You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
536 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ page.title }} | tait.tech</title>
<link rel="stylesheet" href="/assets/css/book.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="wrapper">
<article>
<header>
<h1>{{ page.title }}</h1>
<address>
by <area rel="author">{{ page.author }}</area>
</address>
</header>
<main>
{{ content }}
</main>
</article>
</div>
</body>
</html>