{% if page.menubar %}
{% include menubar.html %}
{% endif %}
{% include tabs.html %}
{{ content }}
{% if site.posts and page.show_sidebar %}
{% include latest-posts.html %}
{% endif %}