split docs by versions
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
### Email templating
|
||||
|
||||
We use golang templates for email templating.
|
||||
templates located in `backend/templates` and embeded into binary by statik
|
||||
|
||||
For getting access to files you can use package `templates` from `backend/app/templates`
|
||||
|
||||
Now we have following templates:
|
||||
- `email_confirmation_login.html.tmpl` – used for confirmation of login
|
||||
- `email_confirmation_subscription.html.tmpl` – used for confirmation of subscription
|
||||
– `email_reply.html.tmpl` – used for sending replies to user comments (when user subscribed to it) and for noticing admins about new comments on a site
|
||||
– `email_unsubscribe.html.tmpl` – used for notification about successful unsubscribe from replies
|
||||
– `error_response.html.tmpl` – used for ...
|
||||
Reference in New Issue
Block a user