docs/layouts/default.html

21 строка
455 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 %}
{% include small-footer %}
</main>
</body>
</html>