<h2><%= title %></h2>
<p><%= greeting %> <%= ownerName %>,</p>
<p><%= message %></p>
<table style="border-collapse:collapse;margin:16px 0;">
  <tr>
    <td style="padding:6px 12px;font-weight:bold;"><%= campsiteLabel %></td>
    <td style="padding:6px 12px;"><%= campsiteName %></td>
  </tr>
</table>
<p><%= instructions %></p>
<div class="highlight">
  <strong><%= important %></strong> <%= expiryHours %> <%= hoursText %>
</div>
<% if (typeof resetLink !== 'undefined') { %>
<a href="<%= resetLink %>" class="button"><%= button %></a>
<% } %>
<p><%= ignore %></p>
<p><%= regards %>,<br>The <%= companyName %> <%= teamSignature %></p>
