{% 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 head.html %} {% include header.html %} {% unless page.hide_hero %} {% include hero.html %} {% endunless %}
{% if page.menubar %}
{% include menubar.html %}
{% endif %}
{{ content }}
{%- include footer-scripts.html -%}