Skip to content

Commit

Permalink
creating email weekly digest base
Browse files Browse the repository at this point in the history
  • Loading branch information
aajjbb committed Aug 18, 2017
1 parent ff75374 commit 698c975
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions emails/user_digest.moon
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

class UserDigest extends require "emails.base"
subject: => "LuaRocks Digest"
content: =>
h2 "Hello #{@user\name_for_display!}, here is your weekly digest from LuaRocks, enjoy!"

0 comments on commit 698c975

Please sign in to comment.