package uploadView import "github.com/fossyy/filekeeper/view/client/layout" templ content(title string) { @layout.BaseAuth(title){
} } templ Main(title string) { @content(title) }