SMAM (short for Send Me A Mail) is a free (as in freedom) contact form embedding software.

12345678910111213141516
  1. html
  2. body
  3. p.subj
  4. span(style="font-weight:bold") Subject: 
  5. span= subject
  6. p.from
  7. span(style="font-weight:bold") Sent from: 
  8. span= replyTo
  9. each field in custom
  10. p.custom
  11. span(style="font-weight:bold")= field.label + ': '
  12. span= field.value
  13. p.message
  14. span(style="font-weight:bold") Message: 
  15. p= html