From 3111c0e72247f289050e905569ce35d59fac464e Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Sun, 6 Dec 2020 20:02:42 +0100 Subject: [PATCH] fix formatting for email templating doc --- docs/latest/developers-guide/email-templates.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/latest/developers-guide/email-templates.md b/docs/latest/developers-guide/email-templates.md index bf9bddff..72c32c7b 100644 --- a/docs/latest/developers-guide/email-templates.md +++ b/docs/latest/developers-guide/email-templates.md @@ -1,9 +1,10 @@ -### Email templating +--- +title: Email templating +--- -We use golang templates for email templating. -templates located in `backend/templates` and embedded into binary by statik +Remark42 uses golang templates for email templating. Templates are located in `backend/templates` and embedded into binary by statik -For getting access to files you can use package `templates` from `backend/app/templates` +For getting access to the 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