Virtual Pages allow administrators to manage global content areas (like sidebars and footers) using the same block-based editor as standard wiki pages. They bridge the gap between hardcoded templates and user-editable content.
Concept
Virtual pages are referenced in theme templates via placeholders. The rendering engine resolves these by checking for user-defined overrides before falling back to system defaults.
{{ virtual:pagename }}
Standard Virtual Pages
left_sidebar / right_sidebar
{{ virtual:left_sidebar }}
Source for the primary navigation tree or table of contents. On mobile viewports (< 1280px), the left_sidebar automatically transitions into the mobile-responsive drawer.
Mobile Sidebar Integration
The mobile sidebar utilizes the content from the left_sidebar virtual page. It is toggled via the hamburger menu button and includes a semi-transparent backdrop for improved visibility.
footer
{{ virtual:footer }}
Global footer content displayed at the base of every page.
404
Customizable 'Page Not Found' experience.