drewcassidy.me/_layouts/default.html

18 lines
274 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<main>
{% include sidebar.html %}
<article id="content">
{{ content }}
</article>
</main>
<!--{% include footer.html %}-->
</body>
</html>