conveyal/modeify

View on GitHub
email-templates/profile-and-matches.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>{{subject}}</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    <p>Hello {{name}},</p>
    <p>Your employer processed your commute using {{applicationName}}! We found a variety of ways for you to get to work and matched you with {{matches}} other carpoolers.</p>
    <p><a href="{{link}}">Click here to get started with your personalized trip plan using {{applicationName}}.</a></p>
  </body>
</html>