This repository has been archived on 2026-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
HELYX-OS-Personal/_layouts/default.html
2016-01-20 14:39:48 -06:00

24 lines
501 B
HTML

---
layout: compress
---
<!doctype html>
<html class="no-js" lang="{% if site.language == nil %}en{% else %}{{ site.language }}{% endif %}">
<head>
{% include _head.html %}
</head>
<body id="top-of-page" class="{{ layout.format }}">
{% unless page.skip_boilerplate %}
{% include _navigation.html %}
{% endunless %}
{% include _masthead.html %}
{{ content }}
{% unless page.skip_boilerplate %}
{% include _footer.html %}
{% endunless %}
{% include _footer_scripts.html %}
</body>
</html>