Files
www/landing.bryanroessler.com/_layouts/default.html
2018-06-18 17:49:35 -04:00

16 lines
263 B
HTML

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