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

30 lines
547 B
HTML

<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<meta property="og:type" content="website"/>
</head>
<body>
<div id="page">
<header>
<a href="/" id="name"><b>Andrew Cassidy</b></a>
<span class="slash">/</span> {{ page.title }}
</header>
<div id="box">
{% include sidebar.html %}
<main id="content">
{{ content }}
</main>
</div>
</div>
<footer>
{% include footer.html %}
</footer>
</body>
</html>