(Feat): Initial Commit
This commit is contained in:
11
internal/api/router/templates/templates.go
Normal file
11
internal/api/router/templates/templates.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package templates
|
||||
|
||||
type ViewTemplate string
|
||||
|
||||
const (
|
||||
ViewTemplateAccountConfirmation ViewTemplate = "account_confirmation.html.tmpl"
|
||||
)
|
||||
|
||||
func (vt ViewTemplate) String() string {
|
||||
return string(vt)
|
||||
}
|
||||
Reference in New Issue
Block a user