8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
package views
|
|
|
|
templ HomePage() {
|
|
@Layout("Home") {
|
|
<h1>It's working! It's working!</h1>
|
|
}
|
|
}
|