<% include ../common-en_US/header.ejs %>
  <!-- MAIN CONTENT GOES HERE -->
  <h1>Hi there,</h1>
  <p>This email is to inform you that the following user has left the <b><%=dojoName%></b> Dojo.</p>

  <p>Name: <%=name%></p>
  <p>Email: <%=email%></p>
  
  <p>Best wishes,</br>
  The CoderDojo Foundation Team</p>
  
<% include ../common-en_US/footer.ejs %>