Files
yoga/docs/_layouts/home.html

14 lines
281 B
HTML
Raw Normal View History

2016-12-16 14:09:39 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include nav.html alwayson=true %}
<div class="navPusher">
{% include home_header.html %}
{{ content }}
{% include powered_by.html %}
{% include footer.html %}
</div>
</body>
</html>