Site Builder

What is Site Builder?

Build your website using Twig templates with automatic URL routing. Create pages in the sidebar, define routes and templates, and your site is live immediately — no generation step needed.

6 Pages
1 Layouts
5 Templates
3 Partials
0 Macros

Configuration

Docroot /www/htdocs/v075328/sandbox.brockert.de/sandbox/public
Assets Path assets
Pages Collection builder-pages

Frontend Assets

Files in {assets}/ available via cms.builder.css(), cms.builder.js(), and cms.builder.asset().

CSS style.css

Getting Started

  1. Create a layout in layouts/ with your base HTML structure
  2. Create page templates in pages/ that extend your layout
  3. Click + New Page to add pages with routes, templates, and metadata
  4. Use cms.builder.nav() in your nav partial to generate navigation
  5. Add CSS and JS to {assets}/ and load them with cms.builder.css() and cms.builder.js()