mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
429 B
28 lines
429 B
<!DOCTYPE html>
|
|
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
{% if page.hero %}
|
|
{% include hero.html %}
|
|
{% endif %}
|
|
|
|
{{ content }}
|
|
|
|
{% include offcanvas.html %}
|
|
|
|
{% if page.layout != 'doc' %}
|
|
{% include footer.html %}
|
|
{% endif %}
|
|
|
|
<!-- {% include search.html %} -->
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|