]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/video-comment-new/html.pug
Switch emails to pug templates and provide richer html/text-only versions
[github/Chocobozzz/PeerTube.git] / server / lib / emails / video-comment-new / html.pug
CommitLineData
df4c603d
RK
1extends ../common/greetings
2
3block title
4 | Someone commented your video
5
6block content
7 p.
8 #[a(href=accountUrl title=handle) #{accountName}] added a comment on your video
9 "#[a(href=videoUrl) #{video.name}]":
10 blockquote #{comment.text}
11 br(style="display: none;")