<p><%= intro %></p>
<div class="highlight">
  <p><strong><%= campsiteNameLabel %>:</strong> <%= campsiteName %></p>
  <p><strong><%= contactNameLabel %>:</strong> <%= contactName %></p>
  <p><strong><%= emailLabel %>:</strong> <a href="mailto:<%= email %>"><%= email %></a></p>
  <p><strong><%= locationLabel %>:</strong> <% if (locationMapUrl) { %><a href="<%= locationMapUrl %>" target="_blank" style="color:#1a73e8;text-decoration:none;"><%= location %></a><% } else { %><%= location %><% } %></p>
  <p><strong><%= websiteLabel %>:</strong> <%= websiteLink %></p>
  <p><strong><%= messageLabel %>:</strong> <%= message %></p>
  <p><strong><%= submittedAtLabel %>:</strong> <%= submittedAt %></p>
</div>
<p><%= regards %>,<br>The <%= companyName %> <%= teamSignature %></p>
