{% if page.menubar and page.show_sidebar %} {% assign content_width = 'is-4' %} {% elsif page.menubar or page.show_sidebar %} {% assign content_width = 'is-8' %} {% else %} {% assign content_width = 'is-12' %} {% endif %} {% include base.html %} {% include head.html %} {% include header.html %} {% unless page.hide_hero %} {% include hero.html %} {% endunless %} {% include callouts.html %}
{% if page.menubar %}
{% include menubar.html %}
{% endif %}
{% include tabs.html %} {% include showcase.html %} {% include sponsors.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 -%}