Malm Template Showcase

Static preview of every built-in HTML template Malm serves. Both light and dark palettes follow your OS preference.

Design Tokens
/components.html
Colors, spacing, radii, typography, forms and reusable components. The single source of truth.
First / Welcome
/first.html
Shown at the root of a freshly provisioned site that has no content deployed yet.
404 / 4xx
/40x.html
Client errors - missing resources and other 4xx responses on a deployed site.
5xx Error
/50x.html
Server errors served when an upstream or storage backend fails.
Login
/login.html
Auth form for sites with username/password protection. Rendered with a sample error.
Forbidden
/forbidden.html
Shown when an authenticated user lacks access to a protected path.
API Error
/api-error.html
Generic error page for failed API interactions surfaced to end users.