{% if page.menubar or page.menubar_toc %} {% assign has_left_sidebar = true %} {% endif %} {% if page.show_sidebar and has_left_sidebar %} {% assign content_width = 'is-4' %} {% elsif page.show_sidebar or has_left_sidebar %} {% assign content_width = 'is-8' %} {% else %} {% assign content_width = 'is-12' %} {% endif %} {% include head.html %} {% include header.html %} {% unless page.hide_hero %} {% include hero.html %} {% endunless %} {% include callouts.html %}
{% if page.menubar_toc %}
{% assign contentsTitle = page.toc_title | default: 'Contents' %} {% include toc.html html=content class='menu-list' h_min=2 h_max=3 contents_title=contentsTitle %}
{% elsif page.menubar %}
{% include menubar.html %}
{% endif %}
{% include tabs.html %} {% include gallery.html %} {{ content }}
{% if site.posts and page.show_sidebar %}
{% include latest-posts.html %}
{% endif %}
{% unless page.hide_footer %} {% include footer.html %} {% endunless %} {%- include footer-scripts.html -%}