drewcassidy.me/_layouts/home.html

23 lines
384 B
HTML
Raw Normal View History

2017-11-15 06:49:46 +00:00
<!DOCTYPE html>
<html>
2017-12-24 23:04:19 +00:00
{% include head.html %}
2017-11-24 22:33:51 +00:00
<body>
<header>
<a href="/" id="name"><b>Andrew Cassidy</b></a>
<span class="slash">/</span> {{ page.title }}
</header>
2017-11-24 22:33:51 +00:00
<div id="box">
2017-11-28 22:50:36 +00:00
{% include sidebar.html %}
2017-11-15 06:49:46 +00:00
<main id="content">
2017-11-28 22:50:36 +00:00
{{ content }}
</main>
</div>
2017-11-28 22:50:36 +00:00
<!--{% include footer.html %}-->
2017-11-24 22:33:51 +00:00
</body>
</html>