- <!DOCTYPE html>
- <html lang="en" class="{% if page.fixed_navbar %}has-navbar-fixed-top{% endif %} {% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}">
- {% include head.html %}
- <body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
- {% include deprecated.html %}
- {{ content }}
- {% include footer.html %}
- </body>
- </html>
|