drewcassidy.me/_layouts/default.html

18 lines
274 B
HTML
Raw Normal View History

2017-11-15 06:49:46 +00:00
<!DOCTYPE html>
<html>
2017-11-24 22:33:51 +00:00
{% include head.html %}
<body>
2017-11-28 22:50:36 +00:00
{% include header.html %}
2017-11-24 22:33:51 +00:00
2017-11-28 22:50:36 +00:00
<main>
{% include sidebar.html %}
2017-11-15 06:49:46 +00:00
2017-11-28 22:50:36 +00:00
<article id="content">
{{ content }}
</article>
</main>
<!--{% include footer.html %}-->
2017-11-24 22:33:51 +00:00
</body>
2017-11-15 06:49:46 +00:00
</html>