-
-
- {% if layout.menubar_toc or 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 showcase.html %} - {% include sponsors.html %} - {% include gallery.html %} - {{ content }} -
- {% if site.posts and page.show_sidebar %} -
- {% include latest-posts.html %} -
- {% endif %} -
-
-