Thomas Cannon

Nanoc continues to be one of the best tools I’ve ever learned. I built out a whole chain for Postmark template emails (mustache) using:

  • Cerberus
  • plain ol ERB for templates & layouts
  • premailer to prep the pages for Emails, and generating plaintext versions
  • unlimited previews using static JSON files, rendering the results for each variant

All with like, maybe 200 lines of code?