package homepage import "git.markbailey.dev/cerbervs/ptpp/view/layout" templ Homepage(env string) { @layout.Layout() {
Welcome to the homepage
} }