When to Use This Template
Use the web template when:- Building a website - Server-rendered HTML pages
- Need layouts - Shared headers, footers, navigation
- Static assets - CSS, JavaScript, images
- SEO matters - Search engine friendly HTML
What You Get
- View engine - Template rendering with layouts
- Static file serving - Embedded or file-based assets
- Page handlers - Clean separation of routes and views
- Component system - Reusable UI pieces
Quick Start
http://localhost:8080 in your browser.
Project Structure
Key Features
View Engine
Renders HTML templates with data:Layouts
Wrap pages in a consistent layout:Static Assets
Serve CSS, JS, and images:Handlers
Views
Next Steps
Project Structure
Understand every file
Tutorial
Build a website step by step