jade-email-doc
Create email bodies with backgrounds.
How it works
Write email code in Jade, using +body
for the mixin:
include ../email-body.jade +body(bgcolor = '#FF0', background = "image.ext")
And get a much more intense output, voila!
<!-- [if gte mso 9] <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t"> <v:fill type="tile" src="image.ext" color="#FF0"></v:fill> </v:background> -->