<% include ../common-en_US/header.ejs %>
<!-- MAIN CONTENT GOES HERE -->

  <h1>Hi <%= applicantName %>,</h1>

  <p>This email is to inform you that the following session taking place on <b><%= eventDate %></b> has been cancelled: <b><%= sessionName %></b></p>

  <p>For alternative sessions, please check out the following Dojo's event listing: <b><%= dojo.name %></b></p>

  <p>Best wishes,</br>
  The CoderDojo Foundation Team</p>

<% include ../common-en_US/footer.ejs %>