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

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

<p>You have been invited to become a Ninja of <b><%=parentName%></b> (<%=parentEmail%>), please visit the link below to accept:</p>

<p><a href="<%=link%>"><%=link%></a></p>

<p>In order to accept this invite, you will need to register for an account on Zen.</p>

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

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

