package view import ( "stevenlr.com/locker/model" ) templ Main(contents templ.Component, currentUser *model.User) { Cool locker app @LoginForm(currentUser) @contents }