html.pug 224 B

123456789
  1. extends ../common/greetings
  2. block title
  3. | New follower on your channel
  4. block content
  5. p.
  6. Your #{followType} #[a(href=followingUrl) #{followingName}] has a new subscriber:
  7. #[a(href=followerUrl) #{followerName}].