pasalino/TinyLanding

View on GitHub
app/templates/views/emails/lead.mustache

Summary

Maintainability
Test Coverage
<html>
<head>

</head>
<body>
You receive new lead from TinyLanding
<strong>Name</strong>
<p>{{name}}</p>
<strong>Message</strong>
<p>{{message}}</p>
</body>
</html>