{% include head.html %} {% include topnav.html %}
{% assign content_col_size = "col-md-12" %} {% unless page.hide_sidebar %}
{% include sidebar.html %}
{% assign content_col_size = "col-md-9" %} {% endunless %}
{{content}}
{% include footer.html %}