--- layout: base ---
{% if page.nav-side %} {% include layout/sidenav.html dark=page.nav-dark folded=page.nav-folded fixed=page.nav-fixed right=page.nav-right %} {% endif %}
{% unless page.nav-side %} {% include layout/topnav.html dark=page.header-dark sticky=page.header-sticky %} {% include layout/topmenu.html %} {% endunless %}
{% include layout/page-title.html %} {{ content }}
{% include layout/modals.html %}