10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
package views
|
|
|
|
import "michaelthomson.dev/mthomson/go-todos-app/views/template"
|
|
|
|
templ Home() {
|
|
@template.Base("Todos app") {
|
|
<div class="text-xl">Home page</div>
|
|
}
|
|
}
|