<h2><%= title %></h2>
<p><%= greeting %> <%= userName %>,</p>
<p><%= message %></p>
<div class="highlight">
  <strong><%= importantLabel %>:</strong> <%= important %> <%= expiryHours %> <%= hoursText %>.
</div>
<p><%= instructions %></p>
<% if (typeof verificationLink !== 'undefined') { %>
<a href="<%= verificationLink %>" class="button"><%= button %></a>
<% } %>
<p><%= ignore %></p>
<p><%= regards %>,<br>The <%= companyName %> <%= teamSignature %></p>
