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

12 lines
275 B
Plaintext

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