package views import "michaelthomson.dev/mthomson/go-todos-app/views/template" templ Home() { @template.Base("Todos app") {
Home page
} }