--- layout: compress # Default layout --- {% include origin-type.html %} {% include lang.html %} {% capture prefer_mode %} {% if site.theme_mode %} data-mode="{{ site.theme_mode }}" {% endif %} {% endcapture %} {% if layout.tail_includes %} {% assign has_tail = true %} {% endif %} {% include head.html %} {% include sidebar.html lang=lang %}
{% include topbar.html lang=lang %}
{{ content }}
{% if has_tail %} {% for _include in layout.tail_includes %} {% assign _include_path = _include | append: '.html' %} {% include {{ _include_path }} lang=lang %} {% endfor %} {% endif %} {% include_cached footer.html lang=lang %}
{% include_cached search-results.html lang=lang %}
{% if site.pwa.enabled %} {% include_cached notification.html lang=lang %} {% endif %} {% include js-selector.html %} {% if page.mermaid %} {% include mermaid.html %} {% endif %} {% include_cached search-loader.html %}