conveyal/modeify

View on GitHub
email-templates/share-trip.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>{{body}}</p>
    <p><a href="{{trip_url}}">Follow this link to view your trip on {{application}}!</a></p>
  </body>
</html>