---
### ALL PAGES ###
layout: core/root
### THEME CONFIG ###
theme:
# html:
# class: ""
head:
content: |
body:
class: "d-flex flex-column min-vh-100"
# main:
# class: ""
### WEB MANAGER CONFIG ###
web_manager:
auth:
config:
policy: "authenticated"
cookieConsent:
enabled: false
exitPopup:
enabled: false
---
{% unless page.resolved.theme.sidebar.enabled == false %}
{% if page.canonical.path contains "/admin" %}
{%- include /admin/sections/sidebar.html -%}
{% else %}
{%- include /backend/sections/sidebar.html -%}
{% endif %}
{% endunless %}
{% unless page.resolved.theme.topbar.enabled == false %}
{% if page.canonical.path contains "/admin" %}
{%- include /admin/sections/topbar.html -%}
{% else %}
{%- include /backend/sections/topbar.html -%}
{% endif %}
{% endunless %}
{{ content | uj_content_format }}