PeerTube/server/core/assets/email-templates/video-comment-new/html.pug
2024-03-20 09:15:07 +01:00

12 lines
276 B
Plaintext

extends ../common/greetings
block title
| Someone commented your video
block content
p.
#[a(href=accountUrl title=handle) #{accountName}] added a comment on your video
"#[a(href=videoUrl) #{video.name}]":
blockquote !{commentHtml}
br(style="display: none;")