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

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

<p>You have been invited to become a parent/guardian of <b><%=childName%></b>. 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 %>