---
### ALL PAGES ###
layout: core/root
### THEME CONFIG ###
theme:
# html:
# class: ""
head:
content: |
body:
class: "d-flex flex-column min-vh-100"
# main:
# class: "flex-fill"
---
{% unless page.resolved.theme.nav.enabled == false %}
{%- include /frontend/sections/nav.html -%}
{% endunless %}
{{ content | uj_content_format }}
{% unless page.resolved.theme.footer.enabled == false %}
{%- include /frontend/sections/footer.html -%}
{% endunless %}