paulwalko.github.io/_layouts/default.html

21 lines
248 B
HTML
Raw Normal View History

2016-06-09 17:51:55 -04:00
<!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>