Files
releases/docs/_layouts/default.html
T
Torin Sandall 3533e5dd0d First cut of static site.
Generated the site using jekyll new . inside the docs directory.
2016-05-19 08:31:49 -07: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>