8 lines
150 B
Plaintext
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>
|
|
}
|
|
} |