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
- Create a layout in
layouts/with your base HTML structure - Create page templates in
pages/that extend your layout - Click + New Page to add pages with routes, templates, and metadata
- Use
cms.builder.nav()in your nav partial to generate navigation - Add CSS and JS to
{assets}/and load them withcms.builder.css()andcms.builder.js()