<h2><%= title %></h2>
<p><%= intro %></p>
<div class="highlight">
  <p><strong><%= nameLabel %>:</strong> <%= name %></p>
  <p><strong><%= emailLabel %>:</strong> <a href="mailto:<%= email %>"><%= email %></a></p>
  <p><strong><%= subjectLabel %>:</strong> <%= subject %></p>
  <p><strong><%= messageLabel %>:</strong> <%= message %></p>
  <p><strong><%= submittedAtLabel %>:</strong> <%= submittedAt %></p>
</div>
<p><%= regards %>,<br>The <%= companyName %> <%= teamSignature %></p>
