<h2><%= title %></h2>
<p><%= intro %></p>
<div class="highlight">
  <p><strong>Q1:</strong> <%= clarityRatingLabel %><br>
  <strong><%= answerLabel %>:</strong> <%= clarityRating %>/5</p>

  <p><strong>Q2:</strong> <%= usefulnessRatingLabel %><br>
  <strong><%= answerLabel %>:</strong> <%= usefulnessRating %>/5</p>

  <% if (comment) { %>
  <p><strong>Q3:</strong> <%= commentLabel %><br>
  <strong><%= answerLabel %>:</strong> <%= comment %></p>
  <% } %>

  <% if (page) { %>
  <p><strong><%= pageLabel %>:</strong> <%= page %></p>
  <% } %>
  <p><strong><%= submittedAtLabel %>:</strong> <%= submittedAt %></p>
</div>
<p><%= regards %>,<br><%= teamSignature %></p>
