{% include_block 'head'|with_theme block_name='head' %} {% block extra_head %}{% endblock extra_head %} {% block title %}{% if title %}{{ title }}{% endif %}{% endblock title %} {% include_block 'begin_body'|with_theme %}
{% include_block 'navbar'|with_theme %}
{% include_block 'sidenav'|with_theme %} {% include_block 'container'|with_theme %} {% block modals %}{% endblock modals %} {% include_block 'end_body'|with_theme %} {% block scripts %}{% endblock scripts %}