package totpView import ( "github.com/fossyy/filekeeper/view/layout" ) templ content(title string) { @layout.Base(title){

Verify Your Identity

Enter the 6-digit code sent to your registered device to complete the login process.

} } templ Main(title string) { @content(title) }