arch: move web folder into api & move api to top level
This commit is contained in:
12
templates/mail/user/registered.tmpl
Normal file
12
templates/mail/user/registered.tmpl
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>{{.Username}} has been registered</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Hi <b>{{.Username}}</b>, thanks for registering at {{.AppName}}!</p>
|
||||
<p>© {{.Year}} <a target="_blank" rel="noopener noreferrer" href="{{.AppURL}}">{{.AppName}}</a></p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user