using Astralis; using Spry; using Inversion; /** * MainTemplate - The base template for documentation pages * * Provides a clean, minimal HTML structure for documentation: * - HTML5 document structure * - NavSidebarComponent for navigation * - docs.css stylesheet for documentation styling * - htmx.js and htmx-sse.js for interactive components * - Template outlet for page content */ public class MainTemplate : PageTemplate { private NavSidebarComponent nav; public override string markup { get { return """