Files
paulwalko.github.io/_layouts/default.html
2016-06-09 17:51:55 -04:00

21 lines
248 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<Body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
</Body>
</html>