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 }}
Caching Behavior
Virtual pages are cached alongside the main page content. Updates to a virtual page may require a cache purge to reflect changes globally.

Standard Virtual Pages

{{ 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.

{{ virtual:footer }}

Global footer content displayed at the base of every page.

404

Customizable 'Page Not Found' experience.