first commit
This commit is contained in:
8
cmd/web/routes/index.templ
Normal file
8
cmd/web/routes/index.templ
Normal file
@@ -0,0 +1,8 @@
|
||||
package routes
|
||||
|
||||
templ Index(){
|
||||
@BaseLayout(){
|
||||
<h1>Welcome to the Beads Test Application</h1>
|
||||
<p>This is the home page.</p>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user