Files
LazyPM/cmd/web/routes/index.templ
Robin Olsen a3a1d71325 first commit
2026-01-31 16:00:23 +01:00

8 lines
150 B
Plaintext

package routes
templ Index(){
@BaseLayout(){
<h1>Welcome to the Beads Test Application</h1>
<p>This is the home page.</p>
}
}