Sha256: bbf9352d0efe37de048ba7d3f09059ec4282869c09952efb1a07b742fbeb8dee

Contents?: true

Size: 1.3 KB

Versions: 10

Compression:

Stored size: 1.3 KB

Contents

---
layout: table_wrappers
---

<!DOCTYPE html>

<html lang="{{ site.lang | default: 'en-US' }}">
{% include head.html %}
<body>
  <a class="skip-to-main" href="#main-content">Skip to main content</a>
  {% include icons/icons.html %}
  {% include components/sidebar.html %}
  <div class="main" id="top">
    {% include components/header.html %}
    <div id="main-content-wrap" class="main-content-wrap">
      {% include components/breadcrumbs.html %}
      <div id="main-content" class="main-content" role="main">
        {% if site.heading_anchors != false %}
          {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="<svg viewBox=\"0 0 16 16\" aria-hidden=\"true\"><use xlink:href=\"#svg-link\"></use></svg>" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %}
        {% else %}
          {{ content }}
        {% endif %}

        {% if page.has_children == true and page.has_toc != false %}
          {% include components/children_nav.html toc_list=toc_list %}
        {% endif %}

        {% include components/footer.html %}

      </div>
    </div>
    {% if site.search_enabled != false %}
      {% include components/search_footer.html %}
    {% endif %}
  </div>

  {% if site.mermaid %}
    {% include components/mermaid.html %}
  {% endif %}
</body>
</html>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
just-the-docs-0.5.1 _layouts/default.html
just-the-docs-0.5.0 _layouts/default.html
just-the-docs-0.4.2 _layouts/default.html
just-the-docs-0.4.1 _layouts/default.html
just-the-hm-docs-1.0.2.rc1 _layouts/default.html
just-the-docs-0.4.0 _layouts/default.html
just-the-docs-0.4.0.rc5 _layouts/default.html
just-the-hm-docs-1.0.1.rc1 _layouts/default.html
just-the-hm-docs-1.0.0.rc1 _layouts/default.html
just-the-docs-0.4.0.rc4 _layouts/default.html