<% include ../common-en_US/header.ejs %>
  <!-- MAIN CONTENT GOES HERE -->
  <h1>Ciao,</h1>
  <p>Questa email è per informarti che il seguente utente ha lasciato il Dojo <b><%=dojoName%></b>.</p>

  <p>Nome: <%=name%></p>
  <p>Email: <%=email%></p>
  
  <p>Cordiali saluti,</br>
Il team della fondazione CoderDojo</p>
  
<% include ../common-en_US/footer.ejs %>