mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 00:18:21 +02:00
Import backend code inside the repository.
This commit is contained in:
parent
e21798f1ed
commit
de57630c14
113 changed files with 8040 additions and 0 deletions
17
backend/resources/emails/en/register.mustache
Normal file
17
backend/resources/emails/en/register.mustache
Normal file
|
@ -0,0 +1,17 @@
|
|||
-- begin :subject
|
||||
Welcome to UXBOX.
|
||||
-- end
|
||||
|
||||
-- begin :body-text
|
||||
Hello {{user}}!
|
||||
|
||||
Welcome to UXBOX.
|
||||
|
||||
UXBOX team.
|
||||
-- end
|
||||
|
||||
-- begin :body-html
|
||||
<p>Hello {{user}}!</p>
|
||||
<p>Welcome to UXBOX.</p>
|
||||
<p>UXBOX team.</p>
|
||||
-- end
|
Loading…
Add table
Add a link
Reference in a new issue