9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
package routes
|
|
|
|
templ Index() {
|
|
@BaseLayout() {
|
|
<h1>Welcome to the Beads Test Application</h1>
|
|
<p>Here are current issues:</p>
|
|
}
|
|
}
|