default.html 417 B

123456789
  1. <!DOCTYPE html>
  2. <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 %}">
  3. {% include head.html %}
  4. <body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
  5. {% include deprecated.html %}
  6. {{ content }}
  7. {% include footer.html %}
  8. </body>
  9. </html>