mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
* email templates with pug for all possible notification emails * more information in emails * Individual email subjects to all notification emails --------- Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de> Co-authored-by: mahula <lenzmath@posteo.de>
10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
header
|
|
.head
|
|
- var img = welcomeImageUrl
|
|
img.head-logo(
|
|
alt="Welcome Image"
|
|
loading="lazy"
|
|
src=img
|
|
)
|
|
|