1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/layouts/default.html
2021-04-22 12:17:44 -04:00

23 lines
531 B
HTML

<!doctype html>
<html lang="{{currentLanguage}}">
{% include head %}
<body class="d-lg-flex">
{% include sidebar %}
<main class="width-full">
{% include header %}
{% include deprecation-banner %}
{% if page.relativePath == 'index.md' %}
{% include landing %}
{% else %}
{% include article %}
{% endif %}
{% include support-section %}
{% include small-footer %}
{% include scroll-button %}
{% include toggle-images %}
</main>
</body>
</html>