first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// About page. Route: /about
|
||||
// Pure SSR — ships zero JavaScript (no state, no directives).
|
||||
page About {
|
||||
layout = "public"
|
||||
|
||||
seo {
|
||||
title = "About"
|
||||
}
|
||||
|
||||
view {
|
||||
<h1>About Page</h1>
|
||||
<p>This page ships zero JavaScript — pure SSR.</p>
|
||||
<p><a href="/">Home</a></p>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user